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:
@@ -1,4 +1,4 @@
|
||||
<p>If the artist of this image posted some interesting additional information about this work, you can copy it here. <%= link_to "View help.", wiki_pages_path(:search => {:title => "help:artist_commentary"}) %></p>
|
||||
<p>If the artist of this image posted some interesting additional information about this work, you can copy it here (<%= link_to_wiki "learn more", "help:artist_commentary" %>).</p>
|
||||
|
||||
<form id="fetch-commentary" class="simple_form">
|
||||
<div class="input">
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
<%= subnav_link_to "Listing", artist_commentaries_path %>
|
||||
<%= subnav_link_to "Recent changes", artist_commentary_versions_path %>
|
||||
<%= subnav_link_to "Translation requests", artist_commentaries_path(:search => {:post_tags_match => "commentary_request"}) %>
|
||||
<%= subnav_link_to "Help", wiki_pages_path(:title => "help:artist_commentary") %>
|
||||
<%= subnav_link_to "Help", wiki_page_path("help:artist_commentary") %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user