summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/_mr_title.html.haml
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-12-12 21:44:59 -0600
committerEric Eastwood <contact@ericeastwood.com>2017-12-13 00:11:57 -0600
commita5439897d20b80274733605862d050b2abfb1cb3 (patch)
tree53afa0537e6bce6891708cdc5a689594b1695459 /app/views/projects/merge_requests/_mr_title.html.haml
parent31fa9313991881258b4697cb507cfc8ab205b7dc (diff)
downloadgitlab-ce-a5439897d20b80274733605862d050b2abfb1cb3.tar.gz
Update issuable status icons33926-update-issuable-icons
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33926 Changed file icons already addressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15367
Diffstat (limited to 'app/views/projects/merge_requests/_mr_title.html.haml')
-rw-r--r--app/views/projects/merge_requests/_mr_title.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/_mr_title.html.haml b/app/views/projects/merge_requests/_mr_title.html.haml
index bc91758110e..22c8b6b513d 100644
--- a/app/views/projects/merge_requests/_mr_title.html.haml
+++ b/app/views/projects/merge_requests/_mr_title.html.haml
@@ -7,7 +7,7 @@
.detail-page-header
.detail-page-header-body
.issuable-status-box.status-box{ class: status_box_class(@merge_request) }
- = icon(@merge_request.state_icon_name, class: "hidden-sm hidden-md hidden-lg")
+ = sprite_icon(@merge_request.state_icon_name, size: 16, css_class: 'hidden-sm hidden-md hidden-lg')
%span.hidden-xs
= @merge_request.state_human_name