9 lines
278 B
Text
9 lines
278 B
Text
= 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
|