summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-02-17 09:02:34 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-02-17 09:02:34 -0500
commit16e116bc167b4c6a4e1efccc9fa429163fc28c10 (patch)
tree02389c67019201c666ebd124ae81e3f82f516da4
parent943bed68bc42d02246ddea63a25432d3aba709e7 (diff)
downloadgitlab-ce-bugfix/jschatz1/milestone-icon.tar.gz
Correct icon for milestones.bugfix/jschatz1/milestone-icon
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index 2aada5c9952..a45775f36b5 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -47,7 +47,7 @@
.block.milestone
.sidebar-collapsed-icon
- = icon('balance-scale')
+ = icon('clock-o')
%span
- if issuable.milestone
= issuable.milestone.title