Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-06 11:26:47 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-06-09 23:24:40 +0300
commitcc971f03096b8298567caf0b9e0ae738bead03a7 (patch)
treed8aafadbf1b15798d061fafb671bb34ff0e4a26e /app/views/groups
parent787b73f5d6dafb3db36a9113a59e3bc5b047a4b9 (diff)
Improved the UX of issue & milestone date picker
Closes #18198
Diffstat (limited to 'app/views/groups')
-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 7d9d27ae1fc..ca6c4326d1c 100644
--- a/app/views/groups/milestones/new.html.haml
+++ b/app/views/groups/milestones/new.html.haml
@@ -39,9 +39,8 @@
.col-md-6
.form-group
= f.label :due_date, "Due Date", class: "control-label"
- .col-sm-10= f.hidden_field :due_date
.col-sm-10
- .datepicker
+ = f.text_field :due_date, class: "datepicker form-control", placeholder: "Select due date"
.form-actions
= f.submit 'Create Milestone', class: "btn-create btn"