summaryrefslogtreecommitdiff
path: root/app/views/gateway_settings/_form_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/_form_core.html.haml
parentd0d9b60686a3cc044dc53b626403f799b3d4f703 (diff)
gateway_setting views
Diffstat (limited to 'app/views/gateway_settings/_form_core.html.haml')
-rw-r--r--app/views/gateway_settings/_form_core.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/gateway_settings/_form_core.html.haml b/app/views/gateway_settings/_form_core.html.haml
index 90f4eba..3d93509 100644
--- a/app/views/gateway_settings/_form_core.html.haml
+++ b/app/views/gateway_settings/_form_core.html.haml
@@ -1,5 +1,5 @@
.inputs
= f.input :name, :label => t('gateway_settings.form.name.label'), :hint => conditional_hint('gateway_settings.form.name.hint'), :autofocus => true
= f.input :value, :label => t('gateway_settings.form.value.label'), :hint => conditional_hint('gateway_settings.form.value.hint')
- = f.input :class_type, :label => t('gateway_settings.form.class_type.label'), :hint => conditional_hint('gateway_settings.form.class_type.hint')
+ = f.input :class_type, :collection => GatewaySetting::CLASS_TYPES, :label => t('gateway_settings.form.class_type.label'), :hint => conditional_hint('gateway_settings.form.class_type.hint'), :include_blank => false
= f.input :description, :label => t('gateway_settings.form.description.label'), :hint => conditional_hint('gateway_settings.form.description.hint')