##// END OF EJS Templates
old style: use old style.css and contextbar.css and no bootstrap and no fontawesome
old style: use old style.css and contextbar.css and no bootstrap and no fontawesome

File last commit:

r4116:ffd45b18 rhodecode-2.2.5-gpl
r4139:ec7e44bf rhodecode-2.2.5-gpl
Show More
user_edit_perms.html
6 lines | 268 B | text/html | HtmlLexer
<%namespace name="dpb" file="/base/default_perms_box.html"/>
${dpb.default_perms_box(url('edit_user_perms', id=c.user.user_id))}
## permissions overview
<%namespace name="p" file="/base/perms_summary.html"/>
${p.perms_summary(c.perm_user.permissions, show_all=True)}