##// END OF EJS Templates
ssh-support: don't use API calls to fetch the data....
ssh-support: don't use API calls to fetch the data. We now rely on pure bootstrap executable that has access to the database and can check things directly without any API calls.

File last commit:

r2068:71f5d13f default
r2186:32d56a2c 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
templating: use .mako as extensions for template files.
r1282 <%namespace name="dpb" file="/base/default_perms_box.mako"/>
user-groups: rewrote the app to pyramid...
r2068 ${dpb.default_perms_box(form_url=h.route_path('edit_user_group_global_perms_update', user_group_id=c.user_group.users_group_id))}
templating: use .mako as extensions for template files.
r1282