summaryrefslogtreecommitdiff
path: root/app/components/diffs/overflow_warning_component.html.haml
blob: b184fa1d52754fedfc9f8ba6d654149cd95b8b93 (plain)
1
2
3
4
5
6
7
8
9
= render Pajamas::AlertComponent.new(title: _('Too many changes to show.'),
  variant: :warning,
  alert_class: 'gl-mb-5') do |c|
  = c.body do
    = message

  = c.actions do
    = diff_link
    = patch_link