summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-18 16:07:49 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-18 16:07:49 +0200
commit4efaa51bbe37e05396dc28143e5015a211ecfa64 (patch)
tree271e548c71fedffb3835ccead52571585db8307f
parent1f41e1bcdd491240f42f76d8b18b2b341fbd1b8a (diff)
downloadgitlab-ce-4efaa51bbe37e05396dc28143e5015a211ecfa64.tar.gz
Make comment preview button white
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-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 3ef6ed535e0..0572e4f6fb2 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_type
.note_text_and_preview.js-toggler-container
- %a.btn.btn-primary.js-note-preview-button.js-toggler-target.turn-off{ href: "javascript:;", data: {url: preview_project_notes_path(@project)} }
+ %a.btn.js-note-preview-button.js-toggler-target.turn-off{ href: "javascript:;", data: {url: preview_project_notes_path(@project)} }
%i.icon-eye-open
Preview
%a.btn.btn-primary.js-note-edit-button.js-toggler-target.turn-off{ href: "javascript:;" }