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