* Fix inconsistencies in how wiki pages were linked. * Link directly to the wiki instead of to a title search that is expected to redirect to the wiki.
8 lines
332 B
Plaintext
8 lines
332 B
Plaintext
<% content_for(:secondary_links) do %>
|
|
<%= subnav_link_to "Listing", uploads_path %>
|
|
<%= subnav_link_to "New", new_upload_path %>
|
|
<%= subnav_link_to "Batch Upload", batch_uploads_path %>
|
|
<%= subnav_link_to "Similar Images Search", iqdb_queries_path %>
|
|
<%= subnav_link_to "Help", wiki_page_path("help:upload") %>
|
|
<% end %>
|