summaryrefslogtreecommitdiff
path: root/app/views/groups/milestones/new.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-07 13:48:18 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-07 13:48:18 +0100
commitdddfbb653eee2037ede922ca4eafc0ca9d7b0af0 (patch)
treebbdba7e460b30f425b22987f35a6b385c4953174 /app/views/groups/milestones/new.html.haml
parent7d3edf2520c4884b896c962989eaea2d19340e1d (diff)
parenta468bf346af9f86b4a9e5d3ba027e0debad948cc (diff)
downloadgitlab-ce-dddfbb653eee2037ede922ca4eafc0ca9d7b0af0.tar.gz
Merge branch 'master' into ui/misc
Diffstat (limited to 'app/views/groups/milestones/new.html.haml')
-rw-r--r--app/views/groups/milestones/new.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/groups/milestones/new.html.haml b/app/views/groups/milestones/new.html.haml
index 800bac4ef02..3894a0ece74 100644
--- a/app/views/groups/milestones/new.html.haml
+++ b/app/views/groups/milestones/new.html.haml
@@ -14,8 +14,7 @@
.form-group
= f.label :title, "Title", class: "control-label"
.col-sm-10
- = f.text_field :title, maxlength: 255, class: "form-control js-quick-submit", required: true
- %p.hint Required
+ = f.text_field :title, maxlength: 255, class: "form-control js-quick-submit", required: true, autofocus: true
.form-group.milestone-description
= f.label :description, "Description", class: "control-label"
.col-sm-10