summaryrefslogtreecommitdiff
path: root/app/components/diffs/overflow_warning_component.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/diffs/overflow_warning_component.html.haml')
-rw-r--r--app/components/diffs/overflow_warning_component.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/components/diffs/overflow_warning_component.html.haml b/app/components/diffs/overflow_warning_component.html.haml
index 907d066e73d..b184fa1d527 100644
--- a/app/components/diffs/overflow_warning_component.html.haml
+++ b/app/components/diffs/overflow_warning_component.html.haml
@@ -1,9 +1,9 @@
= render Pajamas::AlertComponent.new(title: _('Too many changes to show.'),
variant: :warning,
- alert_class: 'gl-mb-5') do
- .gl-alert-body
+ alert_class: 'gl-mb-5') do |c|
+ = c.body do
= message
- .gl-alert-actions
+ = c.actions do
= diff_link
= patch_link