uploads: add upload-specific secondary links.

This commit is contained in:
evazion
2018-04-20 15:02:27 -05:00
parent 8083c7daae
commit ff4616e7b2
5 changed files with 13 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
<% content_for(:secondary_links) do %>
<menu>
<li><%= link_to "Listing", uploads_path %></li>
<li><%= link_to "New", new_upload_path %></li>
<li><%= link_to "Batch Upload", batch_uploads_path %></li>
<li><%= link_to "IQDB", check_iqdb_queries_path %></li>
<li><%= link_to "Help", wiki_pages_path(search: { title: "help:upload" }) %></li>
</menu>
<% end %>