debian-mirror-gitlab/app/components/diffs/overflow_warning_component.html.haml
2023-07-09 08:55:56 +05:30

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