diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-29 14:06:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-29 14:06:15 +0000 |
commit | 18073c971e69fcfbfcafc8f2ec81768ea18220f8 (patch) | |
tree | 84b3ae221e6cbaae1d3253d397490f41a8b1a840 /app/views/my | |
parent | 7cce582c14a0022032cb33c60ad46715ec83af81 (diff) | |
download | redmine-18073c971e69fcfbfcafc8f2ec81768ea18220f8.tar.gz redmine-18073c971e69fcfbfcafc8f2ec81768ea18220f8.zip |
Don't use a global variable for storing context menu URL.
git-svn-id: http://svn.redmine.org/redmine/trunk@15936 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r-- | app/views/my/page.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/page.html.erb b/app/views/my/page.html.erb index a9a02becb..d5b8e3e30 100644 --- a/app/views/my/page.html.erb +++ b/app/views/my/page.html.erb @@ -16,6 +16,6 @@ <%= render_blocks(@blocks['right'], @user) %> </div> -<%= context_menu issues_context_menu_path %> +<%= context_menu %> <% html_title(l(:label_my_page)) -%> |