##// END OF EJS Templates
visual-settings: fill in default clone/ssh clone urls if they aren't provided....
visual-settings: fill in default clone/ssh clone urls if they aren't provided. - people tend to not know what should be the proper value. Let's fill in the defaults for them

File last commit:

r2114:6e357177 default
r2616:11d0d959 default
Show More
user_edit_global_perms.mako
2 lines | 166 B | application/x-mako | MakoHtmlLexer
/ rhodecode / templates / admin / users / user_edit_global_perms.mako
templating: use .mako as extensions for template files.
r1282 <%namespace name="dpb" file="/base/default_perms_box.mako"/>
users: ported controllers from pylons into pyramid views.
r2114 ${dpb.default_perms_box(form_url=h.route_path('user_edit_global_perms_update', user_id=c.user.user_id))}