Feature #13946 » feature-13946-against-r14468.diff
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) |