Use danger variant on spam log remove user modal
What does this MR do and why?
For the Delete user modal:
- Uses danger variant for modal button
- Updates modal button text
#344168 (closed) (for epic &6854 (closed))
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Enable feature flag
Feature.enable(:bootstrap_confirmation_modals)
- Set up Akismet: https://docs.gitlab.com/ee/integration/akismet.html
- Navigate to the Spam logs admin tab (
/admin/spam_logs
) - Select Remove user to reveal modal.
- Observe new modal.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #344168 (closed)