* 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.
7 lines
311 B
Plaintext
7 lines
311 B
Plaintext
<% content_for(:secondary_links) do %>
|
|
<%= quick_search_form_for(:body_matches, comments_path, "comments") %>
|
|
<%= subnav_link_to "Listing", comments_path(:group_by => "post") %>
|
|
<%= subnav_link_to "Search", search_comments_path %>
|
|
<%= subnav_link_to "Help", wiki_page_path("help:comments") %>
|
|
<% end %>
|