summaryrefslogtreecommitdiff
path: root/app/views/gateways/show.html.haml
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-01-14 09:48:46 +0100
committerspag <spag@golwen.net>2013-01-14 09:48:46 +0100
commitcb5fdade73a9e06ce25cb0c688ac9be4ea7f1e49 (patch)
tree64c4ddbbc63ba5463dd7469563b9b7e9de30e5b5 /app/views/gateways/show.html.haml
parentece6303fa2a5aad373fdd4f1393366b846fd374e (diff)
make gateway_parameters less prominent
Diffstat (limited to 'app/views/gateways/show.html.haml')
-rw-r--r--app/views/gateways/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/gateways/show.html.haml b/app/views/gateways/show.html.haml
index 3460c58..ebf75a5 100644
--- a/app/views/gateways/show.html.haml
+++ b/app/views/gateways/show.html.haml
@@ -25,8 +25,8 @@
%br
= render :partial => 'shared/create_link', :locals => { :parent => @gateway, :child_class => GatewaySetting }
-%h2= t('gateway_parameters.index.page_title')
- if @gateway.gateway_parameters.any?
+ %h2= t('gateway_parameters.index.page_title')
= render "gateway_parameters/index_core", :gateway_parameters => @gateway.gateway_parameters
%br
= render :partial => 'shared/create_link', :locals => { :parent => @gateway, :child_class => GatewayParameter }