Add a thumbnail view to the /media_assets page. This page lets you see all images uploaded to Danbooru by all users (although you can't see who the uploader is). Also add a link to this page in the subnav bar on the upload page.
9 lines
402 B
Plaintext
9 lines
402 B
Plaintext
<% content_for(:secondary_links) do %>
|
|
<%= subnav_link_to "New Upload", new_upload_path %>
|
|
<%= subnav_link_to "Batch Upload", batch_uploads_path %> |
|
|
<%= subnav_link_to "My Uploads", uploads_path %>
|
|
<%= subnav_link_to "All Uploads", media_assets_path %>
|
|
<%= subnav_link_to "Reverse Image Search", iqdb_queries_path %> |
|
|
<%= subnav_link_to "Help", wiki_page_path("help:upload") %>
|
|
<% end %>
|