Commit ce8f4074 authored by Takuya Noguchi's avatar Takuya Noguchi

Remove duplicated BS display properties from Diff's HAML

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent fc560baf
......@@ -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