Removes duplicate issue subject on gantt (#6763).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4392 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2010-11-11 13:44:23 +00:00
parent fa3d71bed9
commit aa84e6c179
1 changed files with 0 additions and 2 deletions

View File

@ -536,8 +536,6 @@ module Redmine
end
output << "<span class='#{css_classes.join(' ')}'>"
output << view.link_to_issue(issue)
output << ":"
output << h(issue.subject)
output << '</span>'
else
ActiveRecord::Base.logger.debug "Gantt#subject_for_issue was not given an issue"