summaryrefslogtreecommitdiff
path: root/app/views/shared/form_elements/_description.html.haml
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2017-12-15 14:59:35 -0200
committerFelipe Artur <felipefac@gmail.com>2018-01-26 12:03:25 -0200
commit3a1e06d6a2494af5449abfee9fb49d56a0f3fe00 (patch)
treec80c0441eba26485bff647729c8bc1ca4e349e25 /app/views/shared/form_elements/_description.html.haml
parentaf95ba2fb481be62722438e5d93b074b1d3f89cb (diff)
downloadgitlab-ce-3a1e06d6a2494af5449abfee9fb49d56a0f3fe00.tar.gz
Create merge request specqa_78_create_merge_request
Diffstat (limited to 'app/views/shared/form_elements/_description.html.haml')
-rw-r--r--app/views/shared/form_elements/_description.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/form_elements/_description.html.haml b/app/views/shared/form_elements/_description.html.haml
index f65bb6a29e6..38e9899ca4b 100644
--- a/app/views/shared/form_elements/_description.html.haml
+++ b/app/views/shared/form_elements/_description.html.haml
@@ -15,7 +15,7 @@
= render layout: 'projects/md_preview', locals: { url: preview_url, referenced_users: true } do
= render 'projects/zen', f: form, attr: :description,
- classes: 'note-textarea',
+ classes: 'note-textarea qa-issuable-form-description',
placeholder: "Write a comment or drag your files here...",
supports_quick_actions: supports_quick_actions
= render 'shared/notes/hints', supports_quick_actions: supports_quick_actions