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-04-06 11:49:29 +0300
committerPhil Hughes <me@iamphill.com>2016-04-14 12:28:05 +0300
commit7a1800fec87133e9971a83b457c969b5adaf5919 (patch)
treecc8ac890b92aaa56d1cdb59a2ce7139f0e164093 /app/views/groups/milestones
parent6e93bd56f0147929006daba6410aa5640403b2c7 (diff)
Fixed group milestones placeholder bug
Diffstat (limited to 'app/views/groups/milestones')
-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