##// END OF EJS Templates
commits: re-implemented fetching a single commit for git case....
commits: re-implemented fetching a single commit for git case. - faster using always cache if available - fixed problems after changes of __bool__ of repo object which always rebuilt cache and this is not the case now - make few error messages better

File last commit:

r2105:4ad1a937 default
r3740:dcd8fbea new-ui
Show More
permissions_global.mako
10 lines | 370 B | application/x-mako | MakoHtmlLexer
${h.secure_form(h.route_path('admin_permissions_global_update'), request=request)}
<div class="form permissions-global">
<!-- fields -->
<div class="fields">
<%namespace name="dpb" file="/base/default_perms_box.mako"/>
${dpb.default_perms_radios(global_permissions_template = True)}
</div>
</div>
${h.end_form()}