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

10 lines
211 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,
alert_class: 'gl-mb-5') do
.gl-alert-body
= message
.gl-alert-actions
= diff_link
= patch_link