summaryrefslogtreecommitdiff
path: root/app/views/tenants/_user_groups_table.html.haml
blob: 61b3e3daa37d0d767748064743359be2124799da (plain)
1
2
3
4
- if @tenant.user_groups.any?
  %h2= t("user_groups.index.page_title")
  = render "user_groups/index_core", :user_groups => tenant.user_groups
  = render :partial => 'shared/create_link', :locals => {:parent => tenant, :child_class => UserGroup}