/tags: fix link to [[help:tags]] in subnav menu.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<%= subnav_link_to "MetaSearch", meta_searches_tags_path %>
|
<%= subnav_link_to "MetaSearch", meta_searches_tags_path %>
|
||||||
<%= subnav_link_to "Related tags", related_tag_path %>
|
<%= subnav_link_to "Related tags", related_tag_path %>
|
||||||
<%= subnav_link_to "Cheatsheet", wiki_page_path("help:cheatsheet") %>
|
<%= subnav_link_to "Cheatsheet", wiki_page_path("help:cheatsheet") %>
|
||||||
<%= subnav_link_to "Help", wiki_pages_path("help:tags") %>
|
<%= subnav_link_to "Help", wiki_page_path("help:tags") %>
|
||||||
<% if @tag %>
|
<% if @tag %>
|
||||||
<li>|</li>
|
<li>|</li>
|
||||||
<%= subnav_link_to "Posts (#{@tag.post_count})", posts_path(:tags => @tag.name) %>
|
<%= subnav_link_to "Posts (#{@tag.post_count})", posts_path(:tags => @tag.name) %>
|
||||||
|
|||||||
Reference in New Issue
Block a user