summaryrefslogtreecommitdiff
path: root/app/views/user_groups/index.html.haml
blob: 7240f5fb1b600dff626403cf60b14798102ee714 (plain)
1
2
3
4
5
6
- content_for :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}