##// END OF EJS Templates
rhodecode.js: break the loop when fileBrowserListeners search is truncated
rhodecode.js: break the loop when fileBrowserListeners search is truncated

File last commit:

r4116:ffd45b18 rhodecode-2.2.5-gpl
r4166:f0e51889 rhodecode-2.2.5-gpl
Show More
my_account_perms.html
5 lines | 172 B | text/html | HtmlLexer
Bradley M. Kuhn
Imported some of the GPLv3'd changes from RhodeCode v2.2.5....
r4116 ## permissions overview
<div id="perms_container">
<%namespace name="p" file="/base/perms_summary.html"/>
${p.perms_summary(c.perm_user.permissions, actions=False)}
</div>