diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-13 22:26:28 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-13 22:26:28 +0100 |
commit | 57097d16d2a7e86f9e03625fd2fb6796504c32a2 (patch) | |
tree | 2b04ae7c415660c49525f785a9449579a34a4a13 /app/views/gateways | |
parent | bfacc7b5de2f3a5a9d09a16683a9ba1fcf184d98 (diff) |
Bugfixes for gateway stuff.
Diffstat (limited to 'app/views/gateways')
-rw-r--r-- | app/views/gateways/_form_core.html.haml | 2 |
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 3545772..13ed8b1 100644 --- a/app/views/gateways/_form_core.html.haml +++ b/app/views/gateways/_form_core.html.haml @@ -1,5 +1,5 @@ .inputs - = f.input :name, :label => t('gateways.form.name.label'), :hint => conditional_hint('gateways.form.name.hint') + = 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 :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') |