Remove duplicate ci status
What does this MR do and why?
Fixes #494449 (closed) which was reported in slack.
There was an issue where a small green dot (legacy pipeline status) was getting rendered alongside another pipeline status. This issue was because a certain JS class js-ci-status-badge-legacy was not getting applied which our Vue app injection point was looking for to remove this element.
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
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Verify only one pipeline status is rendered on blob view
- Verify that we can remove this old status and it will not break anything
Edited by Payton Burdette

