summaryrefslogtreecommitdiff
path: root/app/views/intruders/index.html.haml
blob: 72b88824580d4c92a9129de9d87c8f5c2e948e7b (plain)
1
2
3
4
5
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}