summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-10 20:45:54 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-10 20:45:54 +0200
commitcdda82757781bbae12bb06c92ad58cd9532f1b27 (patch)
tree69c2f19e80d4c99389fcf76bad85b7b64a9ce92c /app
parent746320cea769f8de33ba2b7f7d6980a911319edf (diff)
downloadgitlab-ce-cdda82757781bbae12bb06c92ad58cd9532f1b27.tar.gz
Remove check icon from merged requestsremove_check_icon_from_mr_page
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.
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/merge_requests/_merge_request.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/_merge_request.html.haml b/app/views/projects/merge_requests/_merge_request.html.haml
index cf9570f7c7e..105c731c7e1 100644
--- a/app/views/projects/merge_requests/_merge_request.html.haml
+++ b/app/views/projects/merge_requests/_merge_request.html.haml
@@ -5,7 +5,6 @@
%ul.controls.light
- if merge_request.merged?
%li
- = icon('check')
MERGED
- elsif merge_request.closed?
%li