summaryrefslogtreecommitdiff
path: root/app/views/gateway_parameters/index.html.haml
blob: 1234cff6541a5c5266dd226d3d4d56dc43c96e7b (plain)
1
2
3
4
5
6
- 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 => {:child_class => GatewayParameter}