##// END OF EJS Templates
emails: don't use tag type for commit flow in pull-request type emails....
emails: don't use tag type for commit flow in pull-request type emails. - they don't render nicely in small devices - they are way off visually to all other elements of emails making it almost like a primary elements (which they aren't)

File last commit:

r2068:71f5d13f default
r4104:0ecc8449 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))}