]> source.dussan.org Git - redmine.git/commitdiff
Removes duplicate issue subject on gantt (#6763).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 11 Nov 2010 13:44:23 +0000 (13:44 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 11 Nov 2010 13:44:23 +0000 (13:44 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4392 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/helpers/gantt.rb

index 0f86648e7cbd036c381fb261e04174e9dca6dc40..ea7f1417a9935ac3db9d8669ee2f1403ba3bf4f6 100644 (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"