diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html --- a/rhodecode/templates/index.html +++ b/rhodecode/templates/index.html @@ -46,6 +46,35 @@
+ % if c.groups: + + + + + + + + + + + ## REPO GROUPS + + % for gr in c.groups: + + + + + + % endfor + +
${_('Group name')}${_('Description')}${_('Number of repositories')}
+
+ ${_('Repositories group')} + ${h.link_to(gr.group_name,url('repos_group',id=gr.group_id))} +
+
${gr.group_description}${gr.repositories.count()}
+
+ % endif @@ -126,6 +155,7 @@ %endfor +