mirror of
https://github.com/redmine/redmine.git
synced 2026-03-18 02:20:59 +01:00
Fixed duplicate content_url tag introduced in r13806 (#18707).
git-svn-id: http://svn.redmine.org/redmine/trunk@13813 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -57,7 +57,6 @@ module AttachmentsHelper
|
||||
if attachment.thumbnailable?
|
||||
api.thumbnail_url thumbnail_url(attachment)
|
||||
end
|
||||
api.content_url download_named_attachment_url(attachment, attachment.filename)
|
||||
api.author(:id => attachment.author.id, :name => attachment.author.name) if attachment.author
|
||||
api.created_on attachment.created_on
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user