##// END OF EJS Templates
Removes duplicate issue subject on gantt (#6763)....
Jean-Philippe Lang -
r4278:aa84e6c1794e
parent child
Show More
@@ -536,8 +536,6 module Redmine
536 end
536 end
537 output << "<span class='#{css_classes.join(' ')}'>"
537 output << "<span class='#{css_classes.join(' ')}'>"
538 output << view.link_to_issue(issue)
538 output << view.link_to_issue(issue)
539 output << ":"
540 output << h(issue.subject)
541 output << '</span>'
539 output << '</span>'
542 else
540 else
543 ActiveRecord::Base.logger.debug "Gantt#subject_for_issue was not given an issue"
541 ActiveRecord::Base.logger.debug "Gantt#subject_for_issue was not given an issue"
General Comments 0
You need to be logged in to leave comments. Login now