summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-30 10:31:35 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-30 10:31:35 +0100
commite59c35892723c6c8b469c1ba016d9e62d3fe12b2 (patch)
treeacf331b479b1d03015ed00e3c471a5f5fc122784
parent8d20201910b1915cffa495e6474d50f9c8e8331d (diff)
Added :autofocus => true to :name
-rw-r--r--app/views/tenants/_form_core.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tenants/_form_core.html.haml b/app/views/tenants/_form_core.html.haml
index 4eb2ccc..e0b173d 100644
--- a/app/views/tenants/_form_core.html.haml
+++ b/app/views/tenants/_form_core.html.haml
@@ -1,3 +1,3 @@
.inputs
- = f.input :name, :label => t('tenants.form.name.label'), :hint => conditional_hint('tenants.form.name.hint')
+ = f.input :name, :label => t('tenants.form.name.label'), :hint => conditional_hint('tenants.form.name.hint'), :autofocus => true
= f.input :description, :label => t('tenants.form.description.label'), :hint => conditional_hint('tenants.form.description.hint')