blob: 19048c5058efd17cca5cf78fc6c8d68878e007e2 (
plain)
1
2
3
4
5
6
7
8
9
|
= 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
|