summaryrefslogtreecommitdiff
path: root/app/views/projects/_zen.html.haml
diff options
context:
space:
mode:
authorDarby <darbsies@gmail.com>2015-06-16 14:44:13 -0700
committerDarby <darbsies@gmail.com>2015-06-16 14:44:13 -0700
commitc39c823421e9dfd3add4cb49a82fa32831797aa0 (patch)
tree227b0b23dbd5770312af9777986da4d752bfca49 /app/views/projects/_zen.html.haml
parent5fa0248966316d672429eabc46407e1429ef2283 (diff)
downloadgitlab-ce-c39c823421e9dfd3add4cb49a82fa32831797aa0.tar.gz
Changed the placeholder text and modified the css class to make it visibleplaceholder_text
Diffstat (limited to 'app/views/projects/_zen.html.haml')
-rw-r--r--app/views/projects/_zen.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_zen.html.haml b/app/views/projects/_zen.html.haml
index cf1c55ecca6..e27394ab30b 100644
--- a/app/views/projects/_zen.html.haml
+++ b/app/views/projects/_zen.html.haml
@@ -2,7 +2,7 @@
%input#zen-toggle-comment.zen-toggle-comment{ tabindex: '-1', type: 'checkbox' }
.zen-backdrop
- classes << ' js-gfm-input markdown-area'
- = f.text_area attr, class: classes, placeholder: 'Leave a comment'
+ = f.text_area attr, class: classes, placeholder: 'You can tag other participants like this: @michael do you think this is a good idea? Also @deborah, what do you think?'
= link_to nil, class: 'zen-enter-link', tabindex: '-1' do
%i.fa.fa-expand
Edit in fullscreen