mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 08:36:06 +10:00
Merge branch 'remove_check_icon_from_mr_page' into 'master'
Remove check icon from merged MRs 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. The "downside" is with people that don't use CI and don't see the statuses, but I don't think that this is that big a change that would miss to anyone. \cc @dzaporozhets @creamzy How it looks now:  See merge request !2059
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
%ul.controls.light
|
||||
- if merge_request.merged?
|
||||
%li
|
||||
= icon('check')
|
||||
MERGED
|
||||
- elsif merge_request.closed?
|
||||
%li
|
||||
|
||||
Reference in New Issue
Block a user