diff rhodecode/templates/admin/users_groups/users_groups.html @ 3392:f74be3359044 beta

unified breadcrumbs display
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 21 Feb 2013 01:53:15 +0100
parents 663f4f26776a
children 5f1850e4712a
line wrap: on
line diff
--- a/rhodecode/templates/admin/users_groups/users_groups.html	Thu Feb 21 00:41:48 2013 +0100
+++ b/rhodecode/templates/admin/users_groups/users_groups.html	Thu Feb 21 01:53:15 2013 +0100
@@ -6,7 +6,9 @@
 </%def>
 
 <%def name="breadcrumbs_links()">
-    ${h.link_to(_('Admin'),h.url('admin_home'))} &raquo; ${_('Users groups')}
+    ${h.link_to(_('Admin'),h.url('admin_home'))}
+    &raquo;
+    ${_('users groups')}
 </%def>
 
 <%def name="page_nav()">