changeset 3633:5917256510d7 beta

fixes #807: Remove generic HTML title for repository groups
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 28 Mar 2013 04:03:10 +0100
parents 1ec67ddcaffe
children 336184b9f4cf
files rhodecode/templates/admin/repos_groups/repos_groups.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos_groups/repos_groups.html	Thu Mar 28 01:15:56 2013 +0100
+++ b/rhodecode/templates/admin/repos_groups/repos_groups.html	Thu Mar 28 04:03:10 2013 +0100
@@ -1,7 +1,7 @@
 ## -*- coding: utf-8 -*-
 <%inherit file="/base/base.html"/>
 <%def name="title()">
-    ${_('Repository group')} &middot; ${c.rhodecode_name}
+    ${_('%s Group Dashboard') % c.group.group_name} &middot; ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs()">