summaryrefslogtreecommitdiff
path: root/app/views/projects/_zen.html.haml
diff options
context:
space:
mode:
authorDarby <darbsies@gmail.com>2015-07-01 15:49:31 -0700
committerDarby <darbsies@gmail.com>2015-07-01 15:49:31 -0700
commitc611b6f6238ce6ce164f173df551552ffe83f596 (patch)
tree261b2dcd83060a49e127edb1732d72e3a5a74670 /app/views/projects/_zen.html.haml
parent6288677134d0e6d1f805748bc557091ad4747bd9 (diff)
downloadgitlab-ce-c611b6f6238ce6ce164f173df551552ffe83f596.tar.gz
Comment box/Placeholder text redo
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 a4e41eeb363..6a41cdbc907 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: random_markdown_tip
+ = f.text_area attr, class: classes, placeholder: ''
= link_to nil, class: 'zen-enter-link', tabindex: '-1' do
%i.fa.fa-expand
Edit in fullscreen