summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-02-17 16:21:08 +0000
committerRémy Coutable <remy@rymai.me>2016-02-17 16:21:08 +0000
commitbe4cdd93449e220237c7eaa9527203a5c5433da9 (patch)
treea5407b520c86af20c46812c4f4a74cd620d58a1e
parent14488f79b5d169397799292c7fd611e34064f3c4 (diff)
parent16e116bc167b4c6a4e1efccc9fa429163fc28c10 (diff)
downloadgitlab-ce-be4cdd93449e220237c7eaa9527203a5c5433da9.tar.gz
Merge branch 'bugfix/jschatz1/milestone-icon' into 'master'
Correct icon for milestones. See merge request !2856
-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