summaryrefslogtreecommitdiff
path: root/app/views/gateways
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/gateways')
-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 a9b0d18..9d0ee53 100644
--- a/app/views/gateways/show.html.haml
+++ b/app/views/gateways/show.html.haml
@@ -28,8 +28,8 @@
%br
= render :partial => 'shared/create_link', :locals => { :parent => @gateway, :child_class => GatewaySetting }
+%h3= t('gateway_parameters.index.page_title')
- if @gateway.gateway_parameters.any?
- %h3= 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 }