Skip to content
Snippets Groups Projects
Unverified Commit 6e838554 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

Merge branch 'summernote' of github.com:noesya/osuny into summernote

parents 729ef338 283ba124
No related branches found
No related tags found
No related merge requests found
.preview
img
height: auto
max-width: 100%
......@@ -37,7 +37,7 @@
<%= number_to_human_size embed.metadata['filesize'] %>
</p>
<%= link_to t('download'),
rails_blob_url(embed, disposition: 'attachment', filename: embed.filename),
rails_blob_url(embed.blob, disposition: 'attachment', filename: embed.filename),
class: 'btn btn-xs btn-light' %>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment