summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs
diff options
context:
space:
mode:
authorNur Rony <pro.nmrony@gmail.com>2017-01-30 16:58:30 +0600
committerNur Rony <pro.nmrony@gmail.com>2017-01-30 16:58:30 +0600
commit500e1a56e0a2225a61ec4bea40a474e7e3e3d1cc (patch)
tree555063ee591321908b884ef66e1cd5474081b85e /app/views/projects/diffs
parentb525aff665f139cd12ac5a6df78d722427e759cc (diff)
downloadgitlab-ce-500e1a56e0a2225a61ec4bea40a474e7e3e3d1cc.tar.gz
unifies mr diff file button style
Diffstat (limited to 'app/views/projects/diffs')
-rw-r--r--app/views/projects/diffs/_file.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/diffs/_file.html.haml b/app/views/projects/diffs/_file.html.haml
index c37a33bbcd5..fc478ccc995 100644
--- a/app/views/projects/diffs/_file.html.haml
+++ b/app/views/projects/diffs/_file.html.haml
@@ -5,7 +5,7 @@
- unless diff_file.submodule?
.file-actions.hidden-xs
- if blob_text_viewable?(blob)
- = link_to '#', class: 'js-toggle-diff-comments btn active has-tooltip btn-file-option', title: "Toggle comments for this file", disabled: @diff_notes_disabled do
+ = link_to '#', class: 'js-toggle-diff-comments btn active has-tooltip', title: "Toggle comments for this file", disabled: @diff_notes_disabled do
= icon('comment')
\
- if editable_diff?(diff_file)