summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-06 09:49:29 +0100
committerPhil Hughes <me@iamphill.com>2016-04-14 10:28:05 +0100
commit7a1800fec87133e9971a83b457c969b5adaf5919 (patch)
treecc8ac890b92aaa56d1cdb59a2ce7139f0e164093
parent6e93bd56f0147929006daba6410aa5640403b2c7 (diff)
downloadgitlab-ce-7a1800fec87133e9971a83b457c969b5adaf5919.tar.gz
Fixed group milestones placeholder bug
-rw-r--r--app/views/groups/milestones/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/milestones/new.html.haml b/app/views/groups/milestones/new.html.haml
index caa8c4bc0ec..7d9d27ae1fc 100644
--- a/app/views/groups/milestones/new.html.haml
+++ b/app/views/groups/milestones/new.html.haml
@@ -27,7 +27,7 @@
= f.label :description, "Description", class: "control-label"
.col-sm-10
= render layout: 'projects/md_preview', locals: { preview_class: "md-preview" } do
- = render 'projects/zen', f: f, attr: :description, classes: 'note-textarea'
+ = render 'projects/zen', f: f, attr: :description, classes: 'note-textarea', placeholder: 'Write milestone description...'
.clearfix
.error-alert
.form-group