summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-09-20 11:18:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-09-20 11:18:53 +0000
commita5de0fec9e97a7951a0bef465451d0a1d16bf7b4 (patch)
tree5421a652b8d82ce2d4fee3b96eb78a704dafa36e /app/views
parent49604a3bae39e22507b5069fb4fba832c30ab032 (diff)
downloadredmine-a5de0fec9e97a7951a0bef465451d0a1d16bf7b4.tar.gz
redmine-a5de0fec9e97a7951a0bef465451d0a1d16bf7b4.zip
Internal error when moving an issue to a project without trackers (#20463).
git-svn-id: http://svn.redmine.org/redmine/trunk@14612 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/issues/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/edit.html.erb b/app/views/issues/edit.html.erb
index 1cd61b783..da80a0834 100644
--- a/app/views/issues/edit.html.erb
+++ b/app/views/issues/edit.html.erb
@@ -1,4 +1,4 @@
-<h2><%= "#{@issue.tracker.name} ##{@issue.id}" %></h2>
+<h2><%= "#{@issue.tracker_was} ##{@issue.id}" %></h2>
<%= render :partial => 'edit' %>
<% content_for :header_tags do %>