Display an icon for closed merge requests on branches page
What does this MR do and why?
Problem
We currently display these merge request statuses for branches:
- Open
- Merged
- Draft
For a branch with the closed merge request we only show a button to create a new merge request, like for branches that don't have any related merge requests.
Solution
Display a closed merge request icon if the branch has a related closed merge request.
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
- Create a merge request
- Close the merge request
- Visit branches page
- You should see a link to the closed merge request next to the related branch.
Edited by Vasilii Iakliushin

