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

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

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