debian-mirror-gitlab/app/components/diffs/overflow_warning_component.html.haml
2022-08-27 11:52:29 +05:30

9 lines
266 B
Text

= 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