summaryrefslogtreecommitdiff
path: root/app/views/gateway_settings/_index_core.html.haml
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-13 22:11:11 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-13 22:11:11 +0100
commitbfacc7b5de2f3a5a9d09a16683a9ba1fcf184d98 (patch)
tree63db7de5cfdb15c42cf5efb4cbdc2ef9f19facf7 /app/views/gateway_settings/_index_core.html.haml
parent6ae1b0df2648ccc02afa8fe375693e15117736fa (diff)
Fixed some gateway stuff.
Diffstat (limited to 'app/views/gateway_settings/_index_core.html.haml')
-rw-r--r--app/views/gateway_settings/_index_core.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/gateway_settings/_index_core.html.haml b/app/views/gateway_settings/_index_core.html.haml
index 1b8e443..5b93f16 100644
--- a/app/views/gateway_settings/_index_core.html.haml
+++ b/app/views/gateway_settings/_index_core.html.haml
@@ -9,9 +9,9 @@
- reset_cycle
- for gateway_setting in gateway_settings
%tr{:class => cycle('odd', 'even')}
- %td= gateway_setting.gateway_id
+ %td= gateway_setting.gateway
%td= gateway_setting.name
%td= gateway_setting.value
%td= gateway_setting.class_type
%td= gateway_setting.description
- =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:child => gateway_setting} \ No newline at end of file
+ =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => gateway_setting.gateway, :child_class => gateway_setting} \ No newline at end of file