summaryrefslogtreecommitdiff
path: root/app/views/projects/notes/_form.html.haml
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-09-21 07:30:19 -0700
committerStan Hu <stanhu@gmail.com>2015-09-21 10:11:58 -0700
commitef2fb20135242f9ee453fae18b1e7d11b6774406 (patch)
treedfa6e4d2ca3c5ceb1cb909aaa0d56a22c6cccc8a /app/views/projects/notes/_form.html.haml
parentabaa65efc1f912ffef05ccaf1e92dc009f828278 (diff)
downloadgitlab-ce-ef2fb20135242f9ee453fae18b1e7d11b6774406.tar.gz
More tweaks to make note edit/preview CSS consistent
Closes #2585
Diffstat (limited to 'app/views/projects/notes/_form.html.haml')
-rw-r--r--app/views/projects/notes/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_form.html.haml b/app/views/projects/notes/_form.html.haml
index 3be8f44b282..d99445da59a 100644
--- a/app/views/projects/notes/_form.html.haml
+++ b/app/views/projects/notes/_form.html.haml
@@ -7,7 +7,7 @@
= f.hidden_field :noteable_id
= f.hidden_field :noteable_type
- = render layout: 'projects/md_preview', locals: { preview_class: "note-text", referenced_users: true } do
+ = render layout: 'projects/md_preview', locals: { preview_class: "md-preview", referenced_users: true } do
= render 'projects/zen', f: f, attr: :note, classes: 'note_text js-note-text'
= render 'projects/notes/hints'
.error-alert