##// END OF EJS Templates
integrations: add recursive repo group scope to allow integrations...
integrations: add recursive repo group scope to allow integrations to cascade into all descendant repositories, fixes #4225

File last commit:

r1:854a839a default
r793:fc8d2069 default
Show More
my_account_perms.html
5 lines | 172 B | text/html | HtmlLexer
project: added all source files and assets
r1 ## permissions overview
<div id="perms_container">
<%namespace name="p" file="/base/perms_summary.html"/>
${p.perms_summary(c.perm_user.permissions, actions=False)}
</div>