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:
Achilleas Pipinellis 2015-12-10 20:45:54 +02:00
parent 746320cea7
commit cdda827577

View file

@ -5,7 +5,6 @@
%ul.controls.light
- if merge_request.merged?
%li
= icon('check')
MERGED
- elsif merge_request.closed?
%li