12 lines
534 B
Plaintext
12 lines
534 B
Plaintext
<% content_for(:secondary_links) do %>
|
|
<%= quick_search_form_for(:changed_tags, post_versions_path, "versions", autocomplete: "tag-query") %>
|
|
<%= subnav_link_to "Listing", posts_path %>
|
|
<%= subnav_link_to "Upload", new_upload_path %>
|
|
<%= subnav_link_to "Search", search_post_versions_path %>
|
|
<%= subnav_link_to "Changes", post_versions_path %>
|
|
<%= subnav_link_to "Help", wiki_pages_path(:title => "help:posts") %>
|
|
<% if params[:action] == "index" %>
|
|
| <%= subnav_link_to "Undo selected", "" %>
|
|
<% end %>
|
|
<% end %>
|