Files @ fe4e9a7d7bb7
Branch filter:

Location: kallithea/rhodecode/templates/admin/my_account/my_account_perms.html

Mads Kiilerich
old style: fix the contextbar location
1
2
3
4
5
## permissions overview
<div id="perms_container">
<%namespace name="p" file="/base/perms_summary.html"/>
${p.perms_summary(c.perm_user.permissions, actions=False)}
</div>