Migrate `alert-callout-class-haml-rb` in `ee/app/views/users/available_group_templates.html.haml`
Detected usage of deprecated bs-callout class(es). Most instances of this should use Pajamas::AlertComponent instead, but some may need different treatment (e.g., Pajamas::EmptyStateComponent).
Implementation guide
- Use
Pajamas::AlertComponentto replace.bs-calloutinee/app/views/users/available_group_templates.html.haml - Test locally to make sure everything still works correctly.
- Add before and after screenshots to MR
Edited by Peter Hegman