diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-09 16:36:25 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-09 16:36:25 -0500 |
commit | 35991d16629559f2fd67be706fc80088dfb64638 (patch) | |
tree | 355dbb43e4b01a92937069e7ba0f5c82a5f2b60b /app/views/projects/diffs/_diffs.html.haml | |
parent | 0aaccbfa6be6349d03d1e6b04211a9a0cf23ab19 (diff) | |
download | gitlab-ce-35991d16629559f2fd67be706fc80088dfb64638.tar.gz |
[skip ci] Replace hidden-sm
Diffstat (limited to 'app/views/projects/diffs/_diffs.html.haml')
-rw-r--r-- | app/views/projects/diffs/_diffs.html.haml | 2 |
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 51484a7016f..4de42f1a090 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.hidden-xs.hidden-sm + .inline-parallel-buttons.d-none.d-sm-none.d-md-block - 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-secondary' - if show_whitespace_toggle |