= 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