summaryrefslogtreecommitdiff
path: root/app/views/gateway_settings/index.html.haml
blob: b85ef0a1bb5b4dd5d6562ef076a6c68aa73a2346 (plain)
1
2
3
4
5
6
- title t("gateway_settings.index.page_title")

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

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