# HG changeset patch # User Mads Kiilerich # Date 2016-11-10 16:10:41 # Node ID 8c2686505f7283146444de234e74c5876b2fe785 # Parent 39c7bbc36c42e666b5cec963dad2ac4f7d7aa93d templates: drop redundant 'Name' for Repository and Repository Group columns diff --git a/kallithea/templates/index_base.html b/kallithea/templates/index_base.html --- a/kallithea/templates/index_base.html +++ b/kallithea/templates/index_base.html @@ -49,7 +49,7 @@ - + ## @@ -92,7 +92,7 @@ data: data.records, columns: [ {data: "raw_name", visible: false, searchable: false}, - {title: "${_('Repository Name')}", data: "name", orderData: 1, render: { + {title: "${_('Repository')}", data: "name", orderData: 1, render: { filter: function(data) { return $(data).find(".dt_repo_name").text(); }
${_('Repository Group Name')}${_('Repository Group')} ${_('Description')}${_('Number of Repositories')}