Files
danbooru/app/views/uploads/new.html.erb
evazion 4ad554e28b uploads: show videos and ugoiras on upload page.
* 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.
2022-01-30 22:39:54 -06:00

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" %>