##// END OF EJS Templates
tests: fix httpbin port, within a container we use internal docker network so port is not exposed, we should call httpbin directly
tests: fix httpbin port, within a container we use internal docker network so port is not exposed, we should call httpbin directly

File last commit:

r1998:2561e110 default
r5153:57de8b95 default
Show More
user_group_edit_perms_summary.mako
3 lines | 218 B | application/x-mako | MakoHtmlLexer
/ rhodecode / templates / admin / user_groups / user_group_edit_perms_summary.mako
templating: use .mako as extensions for template files.
r1282 ## permissions overview
<%namespace name="p" file="/base/perms_summary.mako"/>
users/user_groups: ported permission summary pages into pyramid....
r1998 ${p.perms_summary(c.permissions, side_link=h.route_path('edit_user_group_perms_summary_json', user_group_id=c.user_group.users_group_id))}