summaryrefslogtreecommitdiff
path: root/app/views/whitelists/index.html.haml
blob: 52ab453d0349ba04f9d9cf670d4b4d8962be82a1 (plain)
1
2
3
4
5
6
- content_for :title, t("whitelists.index.page_title")

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

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