debian-mirror-gitlab/app/components/diffs/overflow_warning_component.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
222 B
Text
Raw Normal View History

2022-06-21 17:19:12 +05:30
= render Pajamas::AlertComponent.new(title: _('Too many changes to show.'),
variant: :warning,
2022-07-23 23:45:48 +05:30
alert_options: { class: 'gl-mb-5' }) do |c|
2022-07-16 23:28:13 +05:30
= c.body do
2022-06-21 17:19:12 +05:30
= message
2022-07-16 23:28:13 +05:30
= c.actions do
2022-06-21 17:19:12 +05:30
= diff_link
= patch_link