Commit 81c3e33c authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '264790-bs4-optimization-diff' into 'master'

Remove duplicated BS display properties from Diff's HAML

See merge request gitlab-org/gitlab!44848
parents 7379a0f6 ce8f4074
......@@ -7,7 +7,7 @@
.content-block.oneline-block.files-changed.diff-files-changed.js-diff-files-changed
.files-changed-inner
.inline-parallel-buttons.d-none.d-sm-none.d-md-block
.inline-parallel-buttons.d-none.d-md-block
- if !diffs_expanded? && diff_files.any? { |diff_file| diff_file.collapsed? }
= link_to _('Expand all'), url_for(safe_params.merge(expanded: 1, format: nil)), class: 'btn btn-default'
- if show_whitespace_toggle
......
---
title: Remove duplicated BS display properties from Diff's HAML
merge_request: 44848
author: Takuya Noguchi
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment