summaryrefslogtreecommitdiffstats
path: root/app/views/versions/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/versions/show.rhtml')
-rw-r--r--app/views/versions/show.rhtml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/versions/show.rhtml b/app/views/versions/show.rhtml
index 873354e0d..7f81cf503 100644
--- a/app/views/versions/show.rhtml
+++ b/app/views/versions/show.rhtml
@@ -38,8 +38,7 @@
<fieldset class="related-issues"><legend><%= l(:label_related_issues) %></legend>
<ul>
<% issues.each do |issue| -%>
- <li><%= link = link_to_issue(issue)
- issue.status.is_closed? ? content_tag("del", link) : link %>: <%=h issue.subject %></li>
+ <li class="issue <%= 'closed' if issue.closed? %>"><%= link_to_issue(issue) %>: <%=h issue.subject %></li>
<% end -%>
</ul>
</fieldset>