summaryrefslogtreecommitdiff
path: root/app/views/intruders/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/intruders/index.html.haml')
-rw-r--r--app/views/intruders/index.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/intruders/index.html.haml b/app/views/intruders/index.html.haml
new file mode 100644
index 0000000..72b8882
--- /dev/null
+++ b/app/views/intruders/index.html.haml
@@ -0,0 +1,6 @@
+- content_for :title, t("intruders.index.page_title")
+
+- if @intruders && @intruders.count > 0
+ = render "index_core", :intruders => @intruders
+
+= render :partial => 'shared/create_link', :locals => {:child_class => Intruder} \ No newline at end of file