Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-02-17 19:21:08 +0300
committerRémy Coutable <remy@rymai.me>2016-02-17 19:21:08 +0300
commitbe4cdd93449e220237c7eaa9527203a5c5433da9 (patch)
treea5407b520c86af20c46812c4f4a74cd620d58a1e /app
parent14488f79b5d169397799292c7fd611e34064f3c4 (diff)
parent16e116bc167b4c6a4e1efccc9fa429163fc28c10 (diff)
Merge branch 'bugfix/jschatz1/milestone-icon' into 'master'
Correct icon for milestones. See merge request !2856
Diffstat (limited to 'app')
-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