Welcome to mirror list, hosted at ThFree Co, Russian Federation.

overflow_warning_component.html.haml « diffs « components « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 551d995cb226b6aa12a268969e413906cd8c7ac2 (plain)
1
2
3
4
5
6
7
8
9
= 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