summaryrefslogtreecommitdiff
path: root/app/views/gateway_settings/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/gateway_settings/show.html.haml')
-rw-r--r--app/views/gateway_settings/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/gateway_settings/show.html.haml b/app/views/gateway_settings/show.html.haml
index 4f38e0b..14de6de 100644
--- a/app/views/gateway_settings/show.html.haml
+++ b/app/views/gateway_settings/show.html.haml
@@ -2,7 +2,7 @@
%p
%strong= t('gateway_settings.show.gateway_id') + ":"
- = @gateway_setting.gateway_id
+ = @gateway_setting.gateway
%p
%strong= t('gateway_settings.show.name') + ":"
= @gateway_setting.name
@@ -16,4 +16,4 @@
%strong= t('gateway_settings.show.description') + ":"
= @gateway_setting.description
-= render :partial => 'shared/show_edit_destroy_part', :locals => { :child => @gateway_setting } \ No newline at end of file
+= render :partial => 'shared/show_edit_destroy_part', :locals => {:parent => @gateway_setting.gateway, :child_class => @gateway_setting} \ No newline at end of file