Standardize links to wiki help pages.
* 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.
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
<%= subnav_link_to "Search", search_notes_path %>
|
||||
<%= subnav_link_to "History", note_versions_path %>
|
||||
<%= subnav_link_to "Requests", posts_path(:tags => "translation_request") %>
|
||||
<%= subnav_link_to "Help", wiki_pages_path(:title => "help:notes") %>
|
||||
<%= subnav_link_to "Help", wiki_page_path("help:notes") %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user