summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorEtienne Massip <etienne.massip@gmail.com>2011-12-10 13:33:01 +0000
committerEtienne Massip <etienne.massip@gmail.com>2011-12-10 13:33:01 +0000
commit7ba57e517ba0d90c5e603e53f3334ee31a56bc0c (patch)
tree731cddb42be1399cfe1305f39e8b56f22371a81e /app/views/my
parenteb789b147a60b33ff0e04b56e213c35b555b71ac (diff)
downloadredmine-7ba57e517ba0d90c5e603e53f3334ee31a56bc0c.tar.gz
redmine-7ba57e517ba0d90c5e603e53f3334ee31a56bc0c.zip
Explicitly declare all routes and deactivate default route.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8162 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/page.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/page.html.erb b/app/views/my/page.html.erb
index 9cabe211f..819dddeaf 100644
--- a/app/views/my/page.html.erb
+++ b/app/views/my/page.html.erb
@@ -31,6 +31,6 @@
<% end if @blocks['right'] %>
</div>
-<%= context_menu :controller => 'issues', :action => 'context_menu' %>
+<%= context_menu issues_context_menu_path %>
<% html_title(l(:label_my_page)) -%>