Skip to content

Migrate deprecated bs-callout to alert component in project templates

Taras Tadai requested to merge 432132-migrate-project-tempates-to-alert into master

What does this MR do and why?

Migrate deprecated bs-callout to Pajamas::AlertComponent in ee/app/views/users/available_project_templates.html.haml

It's a part of Pajamas adoption project

Changed according to migration guide available in next epic: &5213

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
project_templates_old project_templates_new

How to set up and validate locally

  1. Create new project.
  2. Chose From Template
  3. Switch to Instance tab.
  4. Verify warning message. Mock if/else condition in modified file if required.

Related to #432132 (closed)

Merge request reports