Merge pull request #5316 from nottalulah/patch-2

uploads: link to the media asset from the upload page
This commit is contained in:
evazion
2022-10-28 23:44:07 -05:00
committed by GitHub

View File

@@ -31,6 +31,7 @@
<%= number_to_human_size(media_asset.file_size) %> .<%= media_asset.file_ext %>
<% end %>
(<%= media_asset.image_width %>x<%= media_asset.image_height %>)
<%= link_to "»", media_asset_path(media_asset) %>
</p>
</div>