##// END OF EJS Templates
docs: updated svn configuration to prevent 400 errors on certain Apache versions.
docs: updated svn configuration to prevent 400 errors on certain Apache versions.

File last commit:

r1998:2561e110 default
r2018:2eaa3326 stable
Show More
user_edit_perms_summary.mako
3 lines | 138 B | application/x-mako | MakoHtmlLexer
/ rhodecode / templates / admin / users / user_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.perm_user.permissions, show_all=True)}