##// END OF EJS Templates
fixed 2nd button styles and disabled state as well for the buttons
fixed 2nd button styles and disabled state as well for the buttons

File last commit:

r1998:2561e110 default
r3598:58a00114 new-ui
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))}