##// END OF EJS Templates
fix(LFS): fixed pull_changes method to support a new (sync_large_objects) flag, updated all parts that will use a new flag. Fixes: RCCE-8
fix(LFS): fixed pull_changes method to support a new (sync_large_objects) flag, updated all parts that will use a new flag. Fixes: RCCE-8

File last commit:

r2065:adc2d1ca default
r5256:6b054b38 default
Show More
my_account_perms.mako
5 lines | 185 B | application/x-mako | MakoHtmlLexer
## permissions overview
<div id="perms_container">
<%namespace name="p" file="/base/perms_summary.mako"/>
${p.perms_summary(c.perm_user.permissions_full_details, actions=False)}
</div>