Skip to content
Snippets Groups Projects

Include coverage reports from child pipeline

All threads resolved!
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
  • 460e3722
    Merge branch... · 460e3722
    Zack Cuddy authored
    Merge branch '325396-migrate-to-pajamas-alertcomponent-viewcomponent-in-ee-app-views-admin-emails-show-html-haml' into 'master'
    
    Migrate admin emails to Pajamas ViewComponent
    
    See merge request !88452
- if admin_emails_are_currently_rate_limited?
%div{ class: 'gl-alert gl-alert-danger', role: 'alert' }
= sprite_icon('warning', css_class: 'gl-icon s16 gl-alert-icon gl-alert-icon-no-title')
.gl-alert-body
= render Pajamas::AlertComponent.new(variant: :danger, dismissible: false) do |c|
= c.body do
= admin_emails_rate_limited_alert
- page_title _("Email Notification")
Loading