diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index 1096dc0..e0d1a74 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -30,7 +30,7 @@
- if @issue.milestone
|
= link_to project_milestone_path(@project, @issue.milestone) do
- Milestone:
+ %span.light Milestone
= @issue.milestone.title
.ui-box.ui-box-show
--
libgit2 0.21.2