diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-01 14:17:52 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-01 14:17:52 -0500 |
commit | 641b552aa68fe9ad1c07d46b2407e2d020a9c69c (patch) | |
tree | 4beb74cb93883de6329bdce6371f885d6fa28520 | |
parent | dd825c0f5d00cef3cac89480bcf2027064c5d89d (diff) | |
download | gitlab-ce-641b552aa68fe9ad1c07d46b2407e2d020a9c69c.tar.gz |
Use new MR icon for milestone sidebar36452-milestone-icon
-rw-r--r-- | app/views/shared/milestones/_sidebar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/milestones/_sidebar.html.haml b/app/views/shared/milestones/_sidebar.html.haml index 40379f48393..28cf17f6677 100644 --- a/app/views/shared/milestones/_sidebar.html.haml +++ b/app/views/shared/milestones/_sidebar.html.haml @@ -88,7 +88,7 @@ .block.merge-requests .sidebar-collapsed-icon %strong - = icon('exclamation', 'aria-hidden': 'true') + = custom_icon('mr_bold') %span= milestone.merge_requests.count .title.hide-collapsed Merge requests |