summaryrefslogtreecommitdiff
path: root/app/views/hunt_groups/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/hunt_groups/index.html.haml')
-rw-r--r--app/views/hunt_groups/index.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/hunt_groups/index.html.haml b/app/views/hunt_groups/index.html.haml
new file mode 100644
index 0000000..62bc2aa
--- /dev/null
+++ b/app/views/hunt_groups/index.html.haml
@@ -0,0 +1,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} \ No newline at end of file