##// END OF EJS Templates
repos: cleannup and fix landing-ref code....
repos: cleannup and fix landing-ref code. with latest git update this exposed a bug when we allowed to set references like tip for git repos now the defaults are loaded from a single place controlled by default branch for git. Repos without master are now working just fine with new git and new logic.

File last commit:

r2068:71f5d13f default
r4852:07a18b11 default
Show More
user_group_edit_global_perms.mako
3 lines | 192 B | application/x-mako | MakoHtmlLexer
/ rhodecode / templates / admin / user_groups / user_group_edit_global_perms.mako
<%namespace name="dpb" file="/base/default_perms_box.mako"/>
${dpb.default_perms_box(form_url=h.route_path('edit_user_group_global_perms_update', user_group_id=c.user_group.users_group_id))}