* Move the commentary search form to the /artist_commentaries page. * Add Order field for changing the sort order.
8 lines
472 B
Plaintext
8 lines
472 B
Plaintext
<% content_for(:secondary_links) do %>
|
|
<%= quick_search_form_for(:text_matches, artist_commentaries_path, "commentaries") %>
|
|
<%= subnav_link_to "Listing", artist_commentaries_path %>
|
|
<%= subnav_link_to "Recent changes", artist_commentary_versions_path %>
|
|
<%= subnav_link_to "Translation requests", artist_commentaries_path(:search => {:post_tags_match => "commentary_request"}) %>
|
|
<%= subnav_link_to "Help", wiki_page_path("help:artist_commentary") %>
|
|
<% end %>
|