mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
Moves thumbnail title attribute from a to img (#41272).
Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23065 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -351,12 +351,12 @@ module ApplicationHelper
|
||||
thumbnail_path,
|
||||
:srcset => "#{thumbnail_path} 2x",
|
||||
:style => "max-width: #{thumbnail_size}px; max-height: #{thumbnail_size}px;",
|
||||
:title => attachment.filename,
|
||||
:loading => "lazy"
|
||||
),
|
||||
attachment_path(
|
||||
attachment
|
||||
),
|
||||
:title => attachment.filename
|
||||
)
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user