Commit 4efaa51bbe37e05396dc28143e5015a211ecfa64
1 parent
1f41e1bc
Exists in
master
and in
4 other branches
Make comment preview button white
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/notes/_form.html.haml
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | = f.hidden_field :noteable_type |
8 | 8 | |
9 | 9 | .note_text_and_preview.js-toggler-container |
10 | - %a.btn.btn-primary.js-note-preview-button.js-toggler-target.turn-off{ href: "javascript:;", data: {url: preview_project_notes_path(@project)} } | |
10 | + %a.btn.js-note-preview-button.js-toggler-target.turn-off{ href: "javascript:;", data: {url: preview_project_notes_path(@project)} } | |
11 | 11 | %i.icon-eye-open |
12 | 12 | Preview |
13 | 13 | %a.btn.btn-primary.js-note-edit-button.js-toggler-target.turn-off{ href: "javascript:;" } | ... | ... |