summaryrefslogtreecommitdiff
path: root/app/views/user_groups/_form_core.html.haml
diff options
context:
space:
mode:
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')