summaryrefslogtreecommitdiff
path: root/app/views/gateway_settings/_index_core.html.haml
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-01-14 00:13:45 +0100
committerspag <spag@golwen.net>2013-01-14 00:13:45 +0100
commit4670a33c504f36ddb93cf8ed846c65ceb6810c82 (patch)
treeff7ff25b04259e49aed15d2f6b75d95447946a73 /app/views/gateway_settings/_index_core.html.haml
parentd0d9b60686a3cc044dc53b626403f799b3d4f703 (diff)
gateway_setting views
Diffstat (limited to 'app/views/gateway_settings/_index_core.html.haml')
-rw-r--r--app/views/gateway_settings/_index_core.html.haml6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/views/gateway_settings/_index_core.html.haml b/app/views/gateway_settings/_index_core.html.haml
index ca4ce09..40946f5 100644
--- a/app/views/gateway_settings/_index_core.html.haml
+++ b/app/views/gateway_settings/_index_core.html.haml
@@ -1,17 +1,13 @@
%table
%tr
- %th= t('gateway_settings.index.gateway_id')
%th= t('gateway_settings.index.name')
%th= t('gateway_settings.index.value')
- %th= t('gateway_settings.index.class_type')
%th= t('gateway_settings.index.description')
- reset_cycle
- for gateway_setting in gateway_settings
%tr{:class => cycle('odd', 'even')}
- %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 => {:parent => gateway_setting.gateway, :child => gateway_setting} \ No newline at end of file
+ =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => gateway_setting.gateway, :child => gateway_setting}