##// END OF EJS Templates
perms: updated perms summary for users...
perms: updated perms summary for users - expose edit of local (user) settings and global ones - expose the inherit flag to show if permissions are inherited

File last commit:

r1910:45702bf2 default
r2011:72acb5fb default
Show More
user_edit_global_perms.mako
2 lines | 143 B | application/x-mako | MakoHtmlLexer
/ rhodecode / templates / admin / users / user_edit_global_perms.mako
templating: use .mako as extensions for template files.
r1282 <%namespace name="dpb" file="/base/default_perms_box.mako"/>
pyramid: stop relying on global mako url() function....
r1910 ${dpb.default_perms_box(h.url('edit_user_global_perms', user_id=c.user.user_id))}