Remove check icon from merged requests
Now that GitLab CI exposes the status of each MR in the MR page it seems "redundant" to have an extra icon next to the CI statuses.
This commit is contained in:
parent
746320cea7
commit
cdda827577
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
%ul.controls.light
|
||||
- if merge_request.merged?
|
||||
%li
|
||||
= icon('check')
|
||||
MERGED
|
||||
- elsif merge_request.closed?
|
||||
%li
|
||||
|
|
Loading…
Reference in a new issue