2022-04-14 08:09:31 -04:00
|
|
|
= render Pajamas::AlertComponent.new(title: _('Too many changes to show.'),
|
|
|
|
variant: :warning,
|
2022-07-27 20:09:28 -04:00
|
|
|
alert_options: { class: 'gl-mb-5', data: { testid: "too-many-changes-alert" } }) do |c|
|
2022-05-05 20:07:56 -04:00
|
|
|
= c.body do
|
2022-04-14 08:09:31 -04:00
|
|
|
= message
|
|
|
|
|
2022-05-05 20:07:56 -04:00
|
|
|
= c.actions do
|
2022-04-14 08:09:31 -04:00
|
|
|
= diff_link
|
|
|
|
= patch_link
|