/tags: fix link to [[help:tags]] in subnav menu.

This commit is contained in:
evazion
2019-12-11 18:18:12 -06:00
parent 99a1a408cd
commit 8e93b0fc6c

View File

@@ -4,7 +4,7 @@
<%= subnav_link_to "MetaSearch", meta_searches_tags_path %>
<%= subnav_link_to "Related tags", related_tag_path %>
<%= 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 %>
<li>|</li>
<%= subnav_link_to "Posts (#{@tag.post_count})", posts_path(:tags => @tag.name) %>