]> source.dussan.org Git - redmine.git/commit
Don't use a global variable for storing context menu URL.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Oct 2016 14:06:15 +0000 (14:06 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Oct 2016 14:06:15 +0000 (14:06 +0000)
commit18073c971e69fcfbfcafc8f2ec81768ea18220f8
tree84b3ae221e6cbaae1d3253d397490f41a8b1a840
parent7cce582c14a0022032cb33c60ad46715ec83af81
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
13 files changed:
app/helpers/application_helper.rb
app/helpers/issues_helper.rb
app/views/issues/_list.html.erb
app/views/issues/_list_simple.html.erb
app/views/issues/_relations.html.erb
app/views/issues/index.html.erb
app/views/issues/show.html.erb
app/views/my/page.html.erb
app/views/timelog/_list.html.erb
app/views/versions/index.html.erb
app/views/versions/show.html.erb
public/javascripts/context_menu.js
test/functional/versions_controller_test.rb