Skip to content

Migrate alert in _eoa_bronze_plan_banner to shared global alert

What does this MR do and why?

Update ee/app/views/shared/billings/_eoa_bronze_plan_banner.html.haml to leverage the shared alert HAML partial (app/views/shared/_global_alert.html.haml).

Related to #354600 (closed)

Screenshots or screen recordings

Before After
Screen_Shot_2022-03-15_at_1.43.58_PM Screen_Shot_2022-03-15_at_1.44.16_PM

How to set up and validate locally

  1. Quickest way to enable this alert is to update show_eoa_bronze_plan_banner? in callouts_helper.rb to always return true
  2. Visit a groups billing page, ex.: http://localhost:3000/groups/flightjs/-/billings

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Vamsi Vempati

Merge request reports