summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue_show/components/fields
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-25 14:35:19 +0100
committerPhil Hughes <me@iamphill.com>2017-05-25 14:35:19 +0100
commite20654fcc33ad4e7df0e5da1112c33f99d4630b7 (patch)
tree394f95da267fba77619749854800941c1d7c8835 /app/assets/javascripts/issue_show/components/fields
parent04178d72b5ead680643f6a727e58066b0b17e259 (diff)
downloadgitlab-ce-e20654fcc33ad4e7df0e5da1112c33f99d4630b7.tar.gz
fixed GFM references not working
[ci skip]
Diffstat (limited to 'app/assets/javascripts/issue_show/components/fields')
-rw-r--r--app/assets/javascripts/issue_show/components/fields/description.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/javascripts/issue_show/components/fields/description.vue b/app/assets/javascripts/issue_show/components/fields/description.vue
index 35b1ea6ff2b..733cc7eab6c 100644
--- a/app/assets/javascripts/issue_show/components/fields/description.vue
+++ b/app/assets/javascripts/issue_show/components/fields/description.vue
@@ -43,7 +43,8 @@
aria-label="Description"
v-model="formState.description"
ref="textarea"
- slot="textarea">
+ slot="textarea"
+ placeholder="Write a comment or drag your files here...">
</textarea>
</markdown-field>
</div>