diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/diffs/_diffs.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/diffs/_diffs.html.haml b/app/views/projects/diffs/_diffs.html.haml index 61971b6799e..6c86c307012 100644 --- a/app/views/projects/diffs/_diffs.html.haml +++ b/app/views/projects/diffs/_diffs.html.haml @@ -5,13 +5,13 @@ - diff_files = safe_diff_files(diffs, diff_refs) .content-block.oneline-block.files-changed - .inline-parallel-buttons.dropdown + .diff-option-buttons.dropdown %button.btn.btn-default{ type: "button", data: { toggle: "dropdown" } } Options %span.caret %ul.dropdown-menu.dropdown-menu-align-right.dropdown-menu-selectable %li - %a.is-unselectable{ href: "#", data: { hide_text: "Hide all comments", show_text: "Show all comments" } } + %a.is-unselectable.js-diff-comments-button{ href: "#", data: { state: "visible" } } Hide all comments %li - if show_whitespace_toggle |