##// END OF EJS Templates
rhodecode.js: use last_rev_raw field for revisionSort and raw_date for dateSort, numerical, default 0
rhodecode.js: use last_rev_raw field for revisionSort and raw_date for dateSort, numerical, default 0

File last commit:

r4116:ffd45b18 rhodecode-2.2.5-gpl
r4165:330d9350 rhodecode-2.2.5-gpl
Show More
my_account_perms.html
5 lines | 172 B | text/html | HtmlLexer
## permissions overview
<div id="perms_container">
<%namespace name="p" file="/base/perms_summary.html"/>
${p.perms_summary(c.perm_user.permissions, actions=False)}
</div>