* On the upload page, show the video when uploading a video or ugoira. * On the upload page, show the filesize and resolution beneath the image, instead of above it. * On the media asset show page, show the full video or ugoira instead of just the thumbnail.
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
<div id="c-uploads">
|
|
<div id="a-new">
|
|
<h1 class="text-center mb-4">Upload</h1>
|
|
|
|
<div class="flex items-center justify-center">
|
|
<%= render FileUploadComponent.new(url: @upload.source, referer_url: @upload.referer_url, drop_target: "body") %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "uploads/secondary_links" %>
|