summaryrefslogtreecommitdiff
path: root/app/views/user_groups/_form_core.html.haml
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-30 15:48:03 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-30 15:48:03 +0100
commitcaf624f11f7de44289b3c994fc72cc5e32ed799e (patch)
treef1512373f5652467285a7f39622d12dedd4112a2 /app/views/user_groups/_form_core.html.haml
parentf85bb3c49ee0bac3be836628685fe080da78e823 (diff)
Fixed a broken from.
Diffstat (limited to 'app/views/user_groups/_form_core.html.haml')
-rw-r--r--app/views/user_groups/_form_core.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user_groups/_form_core.html.haml b/app/views/user_groups/_form_core.html.haml
index a45ba6f..edb0dbc 100644
--- a/app/views/user_groups/_form_core.html.haml
+++ b/app/views/user_groups/_form_core.html.haml
@@ -1,3 +1,3 @@
.inputs
- = f.input :name, :label => t('user_groups.form.name.label'), :hint => conditional_hint('user_groups.form.name.hint')
+ = f.input :name, :label => t('user_groups.form.name.label'), :hint => conditional_hint('user_groups.form.name.hint'), :autofocus => true
= f.input :description, :label => t('user_groups.form.description.label'), :hint => conditional_hint('user_groups.form.description.hint')