##// END OF EJS Templates
repo-settings: converted repo settings to pyramid...
repo-settings: converted repo settings to pyramid - switched to pyramid views - switched to deform - validation shares the similar schema as API - added new audit-log

File last commit:

r1282:90601d74 default
r1716:24a2983a default
Show More
user_group_edit_perms_summary.mako
3 lines | 113 B | application/x-mako | MakoHtmlLexer
/ rhodecode / templates / admin / user_groups / user_group_edit_perms_summary.mako
templating: use .mako as extensions for template files.
r1282 ## permissions overview
<%namespace name="p" file="/base/perms_summary.mako"/>
${p.perms_summary(c.permissions)}