Files
gitlab-ce/app/components/diffs/overflow_warning_component.html.haml

10 lines
278 B
Plaintext

= render Pajamas::AlertComponent.new(title: _('Some changes are not shown.'),
variant: :warning,
alert_options: { class: 'gl-mb-5', data: { testid: "too-many-changes-alert" } }) do |c|
= c.with_body do
= message
= c.with_actions do
= diff_link
= patch_link