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

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

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