summaryrefslogtreecommitdiffstats
path: root/app/views/versions/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/versions/index.html.erb')
-rw-r--r--app/views/versions/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb
index 0f1d0b842..ab6182033 100644
--- a/app/views/versions/index.html.erb
+++ b/app/views/versions/index.html.erb
@@ -23,7 +23,7 @@
<%= render(:partial => "wiki/content",
:locals => {:content => version.wiki_page.content}) if version.wiki_page %>
<% if (issues = @issues_by_version[version]) && issues.size > 0 %>
- <%= form_tag({}) do -%>
+ <%= form_tag({}, :data => {:cm_url => issues_context_menu_path}) do -%>
<table class="list related-issues">
<caption><%= l(:label_related_issues) %></caption>
<% issues.each do |issue| -%>
@@ -99,4 +99,4 @@
<% html_title(l(:label_roadmap)) %>
-<%= context_menu issues_context_menu_path %>
+<%= context_menu %>