# HG changeset patch # User domruf # Date 2016-09-22 21:06:44 # Node ID d3930bd0c14a81743c73c78e11ae703a3772512f # Parent 9f4d95780f59770adb1bc8c02cc77e1e461c2909 templates: cleanup index page and make repo group table a 'DataTable' as well The repo group table could be data based like the repo table instead of wrapping an existing table - that is not done here and could be done later. The unused reference to _dt_elements.html is removed. 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 @@ -39,9 +39,9 @@ - - - ## + + + ## @@ -64,21 +64,22 @@ % endfor
${_('Group Name')}${_('Description')}${_('Number of Repositories')}${_('Repository Group Name')}${_('Description')}${_('Number of Repositories')}
-
+
% endif - <%cnt=0%> - <%namespace name="dt" file="/data_table/_dt_elements.html"/> +