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