summaryrefslogtreecommitdiff
path: root/app/views/groups/index.html.haml
blob: 7984b9e7a676c9020cba32c3a5263cfa4526295c (plain)
1
2
3
4
5
6
- content_for :title, t("groups.index.page_title")

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

= render :partial => 'shared/create_link', :locals => {:child_class => Group}