diff options
-rw-r--r-- | app/helpers/attachments_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/helpers/attachments_helper.rb b/app/helpers/attachments_helper.rb index ed362e2e8..05fdec9f7 100644 --- a/app/helpers/attachments_helper.rb +++ b/app/helpers/attachments_helper.rb @@ -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 |