gitlab-org--gitlab-foss/app/components/diffs/overflow_warning_component....

10 lines
266 B
Plaintext

= render Pajamas::AlertComponent.new(title: _('Too many changes to show.'),
variant: :warning,
alert_options: { class: 'gl-mb-5', data: { testid: "too-many-changes-alert" } }) do |c|
= c.body do
= message
= c.actions do
= diff_link
= patch_link