summaryrefslogtreecommitdiff
path: root/app/views/issues/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/show.html.haml')
-rw-r--r--app/views/issues/show.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml
index 8ffc9c2b662..4e8bcb89373 100644
--- a/app/views/issues/show.html.haml
+++ b/app/views/issues/show.html.haml
@@ -46,9 +46,7 @@
- if @issue.milestone
- milestone = @issue.milestone
%cite.cgray and attached to milestone
- = link_to project_milestone_path(milestone.project, milestone) do
- %strong
- = truncate(milestone.title, :length => 20)
+ %strong= link_to truncate(milestone.title, :length => 20), project_milestone_path(milestone.project, milestone)
.right
- @issue.labels.each do |label|