diff options
author | Peter Kozak <spag@golwen.net> | 2013-01-13 16:37:22 +0000 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-01-13 16:37:22 +0000 |
commit | 7cfddc9022d0b283ee278eea3be88c80089c0207 (patch) | |
tree | 3e56140f0c3d5fd698000f8fdc20b3ea75760115 /app/views/gateway_parameters/index.html.haml | |
parent | dbb740151dabceeec4891a2233d37b4ad55c9edc (diff) |
gateway_parameters views
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..1234cff --- /dev/null +++ b/app/views/gateway_parameters/index.html.haml @@ -0,0 +1,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}
\ No newline at end of file |