diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html --- a/rhodecode/templates/index_base.html +++ b/rhodecode/templates/index_base.html @@ -7,26 +7,31 @@ %if c.rhodecode_user.username != 'default': %endif @@ -37,9 +42,9 @@ - + - ## + ## @@ -48,8 +53,7 @@ %if c.visual.stylify_metatags: @@ -91,6 +95,7 @@ {key:"desc"}, {key:"last_change"}, {key:"last_changeset"}, + {key:"last_rev_raw"}, {key:"owner"}, {key:"atom"}, ]
${_('Group name')}${_('Group Name')} ${_('Description')}${_('Number of repositories')}${_('Number of Repositories')}
- ${_('Repository group')} - ${h.link_to(gr.name,url('repos_group_home',group_name=gr.group_name))} + ${gr.name}