mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-04 22:59:47 +00:00
Add missing links to images in issue history (#22058).
git-svn-id: http://svn.redmine.org/redmine/trunk@15551 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
dc7402dea7
commit
42e8ff4493
@ -451,7 +451,8 @@ module IssuesHelper
|
||||
atta = detail.journal.journalized.attachments.detect {|a| a.id == detail.prop_key.to_i}
|
||||
# Link to the attachment if it has not been removed
|
||||
value = link_to_attachment(atta, :download => true, :only_path => options[:only_path])
|
||||
if options[:only_path] != false && atta.is_text?
|
||||
if options[:only_path] != false && (atta.is_text? || atta.is_image?)
|
||||
value += ' '
|
||||
value += link_to(l(:button_view),
|
||||
{ :controller => 'attachments', :action => 'show',
|
||||
:id => atta, :filename => atta.filename },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user