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

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

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