mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
11 lines
449 B
Plaintext
11 lines
449 B
Plaintext
-# TODO: add fork suggestion (commits only)
|
|
|
|
%diff-file.rd-diff-file-component{ id: id, data: server_data }
|
|
.rd-diff-file
|
|
= render RapidDiffs::DiffFileHeaderComponent.new(diff_file: @diff_file)
|
|
-# extra wrapper needed so content-visibility: hidden doesn't require removing border or other styles
|
|
%div{ data: { file_body: '' } }
|
|
.rd-diff-file-body
|
|
= render viewer_component.new(diff_file: @diff_file)
|
|
%diff-file-mounted
|