summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/_diffs.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-15 09:02:40 +0100
committerPhil Hughes <me@iamphill.com>2017-08-15 09:02:40 +0100
commita7845d317fd3ed7c0b92a26f29a5da8bb6633d3e (patch)
tree3d89278a57297a5db0ba68610ca6ff5faad40e5d /app/views/projects/diffs/_diffs.html.haml
parentde0d0e4e47dffdab3f507ba93dcdff27da4d7421 (diff)
downloadgitlab-ce-a7845d317fd3ed7c0b92a26f29a5da8bb6633d3e.tar.gz
Fixed changed files dropdown not being shownchanges-dropdown-unclickable
Closes #36479
Diffstat (limited to 'app/views/projects/diffs/_diffs.html.haml')
-rw-r--r--app/views/projects/diffs/_diffs.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/diffs/_diffs.html.haml b/app/views/projects/diffs/_diffs.html.haml
index 178ab3df2e5..376f672f424 100644
--- a/app/views/projects/diffs/_diffs.html.haml
+++ b/app/views/projects/diffs/_diffs.html.haml
@@ -6,7 +6,7 @@
.content-block.oneline-block.files-changed.diff-files-changed.js-diff-files-changed{ class: ("diff-files-changed-merge-request" if merge_request) }
.files-changed-inner
- .inline-parallel-buttons
+ .inline-parallel-buttons.hidden-xs.hidden-sm
- if !diffs_expanded? && diff_files.any? { |diff_file| diff_file.collapsed? }
= link_to 'Expand all', url_for(params.merge(expanded: 1, format: nil)), class: 'btn btn-default'
- if show_whitespace_toggle