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.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb
index a62b0a1d0..677cc1410 100644
--- a/app/views/versions/show.html.erb
+++ b/app/views/versions/show.html.erb
@@ -44,6 +44,7 @@
<tr class="issue hascontextmenu">
<td class="checkbox"><%= check_box_tag 'ids[]', issue.id, false, :id => nil %></td>
<td class="subject"><%= link_to_issue(issue, :project => (@project != issue.project)) %></td>
+ <td class="buttons"><%= link_to_context_menu %></td>
</tr>
<% end %>
</table>