Fix #5179: Add wiki page versions to wiki page secondary links plus standardization

* Call it "Changes" when referring to the global list of changes (pool changes, artist changes, etc).
* Call it "History" when referring to the history of a single item (pool history, artist history, etc).
* Put the artist history search form on the /artist_versions page, and remove the /artist_versions/search endpoint.
This commit is contained in:
evazion
2022-11-13 00:58:11 -06:00
parent d053dc7356
commit 33e4cbeb8d
11 changed files with 20 additions and 24 deletions

View File

@@ -1,8 +1,8 @@
<% content_for(:secondary_links) do %>
<%= quick_search_form_for(:body_matches, notes_path, "notes") %>
<%= subnav_link_to "Listing", notes_path %>
<%= subnav_link_to "Notes", notes_path %>
<%= subnav_link_to "Posts", posts_path(:tags => "order:note") %>
<%= subnav_link_to "History", note_versions_path %>
<%= subnav_link_to "Changes", note_versions_path %>
<%= subnav_link_to "Requests", posts_path(:tags => "translation_request") %>
<%= subnav_link_to "Help", wiki_page_path("help:notes") %>
<% end %>