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:
@@ -8,5 +8,5 @@
|
||||
<%= subnav_link_to "New", new_dmail_path %>
|
||||
<%= subnav_link_to "Mark all as read", {:controller => "dmails", :action => "mark_all_as_read"}, :method => :post, :remote => true %></li>
|
||||
<li>|</li>
|
||||
<%= subnav_link_to "Help", wiki_pages_path(title: "help:dmail") %>
|
||||
<%= subnav_link_to "Help", wiki_page_path("help:dmail") %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user