diff --git a/rhodecode/templates/base/perms_summary.html b/rhodecode/templates/base/perms_summary.html --- a/rhodecode/templates/base/perms_summary.html +++ b/rhodecode/templates/base/perms_summary.html @@ -9,28 +9,32 @@ %else:
| ${_('Name')} | -${_('Permission')} | -${_('Edit Permission')} | -||
|---|---|---|---|---|
| ${_('Permission')} | +${_('Edit Permission')} | +|||
| + | ${h.get_permission_name(k)} | - ${h.boolicon(k.split('.')[-1] != 'none')} - | -${_('edit')} | |
| ${_('Name')} | +${_('Permission')} | +${_('Edit Permission')} | +||
| @@ -38,6 +42,9 @@ ${k} %elif section == 'repositories_groups': ${k} + %elif section == 'user_groups': + ##${k} + ${k} %endif | @@ -48,13 +55,14 @@ ${_('edit')} %elif section == 'repositories_groups': ${_('edit')} + %elif section == 'user_groups': + ##${_('edit')} %endif | |||