2023-06-20 00:43:36 +05:30
|
|
|
= render Pajamas::AlertComponent.new(title: _('Some changes are not shown.'),
|
2022-06-21 17:19:12 +05:30
|
|
|
variant: :warning,
|
2022-08-27 11:52:29 +05:30
|
|
|
alert_options: { class: 'gl-mb-5', data: { testid: "too-many-changes-alert" } }) do |c|
|
2023-07-09 08:55:56 +05:30
|
|
|
= c.with_body do
|
2022-06-21 17:19:12 +05:30
|
|
|
= message
|
|
|
|
|
2023-07-09 08:55:56 +05:30
|
|
|
= c.with_actions do
|
2022-06-21 17:19:12 +05:30
|
|
|
= diff_link
|
|
|
|
= patch_link
|