summaryrefslogtreecommitdiff
path: root/app/views/intruders/index.html.haml
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-02-10 08:09:05 +0000
committerPeter Kozak <spag@golwen.net>2013-02-10 08:09:05 +0000
commit4c9cc92c0a49ec34c8bf00e31d1710450fb533fa (patch)
tree938c21ad5fece8a5b36c2689e5f7f8b50ca72e29 /app/views/intruders/index.html.haml
parent5fba89e83722e11232b1130a1a939d55aed94387 (diff)
firewall blacklist model added
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