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.
12 lines
252 B
Plaintext
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" %>
|