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

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

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