blob: 8c6fdf6c518015aaa6a73922f1bc3ba5cffbe4ad (
plain)
1
2
3
4
5
6
|
- content_for :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}
|