Project

General

Profile

Feature #13946 » feature-13946-against-r14468.diff

patch against r14468 - Go MAEDA, 2015-07-26 17:54

View differences:

app/helpers/application_helper.rb (working copy)
781 781
                link = link_to("##{oid}#{comment_suffix}",
782 782
                               issue_url(issue, :only_path => only_path, :anchor => anchor),
783 783
                               :class => issue.css_classes,
784
                               :title => "#{issue.subject.truncate(100)} (#{issue.status.name})")
784
                               :title => "#{issue.tracker.name}: #{issue.subject.truncate(100)} (#{issue.status.name})")
785 785
              end
786 786
            when 'document'
787 787
              if document = Document.visible.find_by_id(oid)
(1-1/2)