# HG changeset patch # User Mads Kiilerich # Date 1478790641 -3600 # Node ID 8c2686505f7283146444de234e74c5876b2fe785 # Parent 39c7bbc36c42e666b5cec963dad2ac4f7d7aa93d templates: drop redundant 'Name' for Repository and Repository Group columns diff -r 39c7bbc36c42 -r 8c2686505f72 kallithea/templates/index_base.html --- a/kallithea/templates/index_base.html Thu Nov 10 16:10:41 2016 +0100 +++ b/kallithea/templates/index_base.html Thu Nov 10 16:10:41 2016 +0100 @@ -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')}