summaryrefslogtreecommitdiff
path: root/app/views/user_groups/index.html.haml
blob: 545b838e8e2c1b5d433db643c73c55e79ac67cbd (plain)
1
2
3
4
5
6
- title t("user_groups.index.page_title")

- if @user_groups.count > 0
  = render "index_core", :user_groups => @user_groups

= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => UserGroup}