blob: 14b94b09a7483adee36cc09c9d08d801f56bfe26 (
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 => {:parent => @gateway, :child_class => GatewayParameter}
|