diff options
Diffstat (limited to 'app/views/gateway_parameters/index.html.haml')
-rw-r--r-- | app/views/gateway_parameters/index.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/gateway_parameters/index.html.haml b/app/views/gateway_parameters/index.html.haml new file mode 100644 index 0000000..9eee4a3 --- /dev/null +++ b/app/views/gateway_parameters/index.html.haml @@ -0,0 +1,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}
\ No newline at end of file |