Commit 0d5d1f0e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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:

![screenshot-gitlab_com_2015-12-10_20-49-53](/uploads/414dcb5131eab2d9518dc77019116c96/screenshot-gitlab_com_2015-12-10_20-49-53.png)


See merge request !2059
parents 3a82302f cdda8275
......@@ -5,7 +5,6 @@
%ul.controls.light
- if merge_request.merged?
%li
= icon('check')
MERGED
- elsif merge_request.closed?
%li
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment