summaryrefslogtreecommitdiff
path: root/app/views/gateways
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-01-27 10:17:21 +0100
committerspag <spag@golwen.net>2013-01-27 10:17:21 +0100
commit45af07cb093eb0202967cf0d0fc058ca58f0b782 (patch)
tree703c3e8ec3dbe3d5e3dcefe8c7eda817e89f19ff /app/views/gateways
parente5fa1fc32609426693b43a4e8b6208867371d30e (diff)
added gateway technology
Diffstat (limited to 'app/views/gateways')
-rw-r--r--app/views/gateways/_form_core.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/gateways/_form_core.html.haml b/app/views/gateways/_form_core.html.haml
index 13ed8b1..604c223 100644
--- a/app/views/gateways/_form_core.html.haml
+++ b/app/views/gateways/_form_core.html.haml
@@ -1,6 +1,6 @@
.inputs
= f.input :name, :label => t('gateways.form.name.label'), :hint => conditional_hint('gateways.form.name.hint'), :autofocus => true
- = f.input :technology, :label => t('gateways.form.technology.label'), :hint => conditional_hint('gateways.form.technology.hint')
+ = f.input :technology, :collection => @technologies, :label => t('gateways.form.technology.label'), :hint => conditional_hint('gateways.form.technology.hint'), :include_blank => false
= f.input :inbound, :label => t('gateways.form.inbound.label'), :hint => conditional_hint('gateways.form.inbound.hint')
= f.input :outbound, :label => t('gateways.form.outbound.label'), :hint => conditional_hint('gateways.form.outbound.hint')
= f.input :description, :label => t('gateways.form.description.label'), :hint => conditional_hint('gateways.form.description.hint')