Files
danbooru/app/views/uploads/index.html.erb
evazion 054b0b4d0a uploads: add thumbnail view to /uploads listing.
Add a thumbnail view to the /uploads listing. You can click on images to
resume the upload, or go to the post if it's already been posted.
2022-02-02 01:50:34 -06:00

12 lines
252 B
Plaintext

<div id="c-uploads">
<div id="a-index">
<% if @mode == "gallery" %>
<%= render "uploads/gallery" %>
<% elsif @mode == "table" %>
<%= render "uploads/table" %>
<% end %>
</div>
</div>
<%= render "uploads/secondary_links" %>