##// END OF EJS Templates
routing: use a common method to extract the f_path for repo views....
routing: use a common method to extract the f_path for repo views. The extra slashes can cause odd issues with GIT, the previous pylons code had a fix in routing. This ports this fix into pyramid helper in base app.

File last commit:

r1910:45702bf2 default
r1929:0c7b3df6 default
Show More
permissions_global.mako
10 lines | 354 B | application/x-mako | MakoHtmlLexer
templating: use .mako as extensions for template files.
r1282
pyramid: stop relying on global mako url() function....
r1910 ${h.secure_form(h.url('admin_permissions_global'), method='post')}
templating: use .mako as extensions for template files.
r1282 <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()}