summaryrefslogtreecommitdiff
path: root/app/views/gateways
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-20 19:54:45 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-20 19:54:45 +0100
commit23a9f6fd67a61d4230e77497b57d0f70c8a0d8ef (patch)
tree152fe2bb04e50974c6ccd05b9280603c4235f62a /app/views/gateways
parent66147369d3f1a96ebd7c20bb89165a116ec1e147 (diff)
parent4ea0e252683d89794deff7b1b3689d2cdf61e0d0 (diff)
Merge branch 'gateways_table' into develop
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 }