summaryrefslogtreecommitdiffstats
path: root/app/views/versions/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/versions/show.html.erb')
-rw-r--r--app/views/versions/show.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb
index 2e104bd39..fdbec6ff6 100644
--- a/app/views/versions/show.html.erb
+++ b/app/views/versions/show.html.erb
@@ -39,9 +39,9 @@
<table class="list related-issues">
<caption><%= l(:label_related_issues) %></caption>
<%- @issues.each do |issue| -%>
- <tr class="hascontextmenu">
+ <tr class="issue hascontextmenu">
<td class="checkbox"><%= check_box_tag 'ids[]', issue.id, false, :id => nil %></td>
- <td><%= link_to_issue(issue, :project => (@project != issue.project)) %></td>
+ <td class="subject"><%= link_to_issue(issue, :project => (@project != issue.project)) %></td>
</tr>
<% end %>
</table>