Changeset - 7236ae349494
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-04-11 21:21:59
marcin@python-works.com
fixed displaying of add user group button for super admins
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/users_groups/users_groups.html
Show inline comments
 
@@ -21,7 +21,7 @@
 
    <div class="title">
 
        ${self.breadcrumbs()}
 
        <ul class="links">
 
        %if h.HasPermissionAny('hg.usergroup.create.true')():
 
        %if h.HasPermissionAny('hg.admin', 'hg.usergroup.create.true')():
 
          <li>
 
            <span>${h.link_to(_(u'Add new user group'),h.url('new_users_group'))}</span>
 
          </li>
0 comments (0 inline, 0 general)