always show wiki tab for post listing

This commit is contained in:
r888888888
2016-02-16 16:47:31 -08:00
parent 1806494014
commit 8551d37109

View File

@@ -27,6 +27,8 @@
<li><%= link_to "Pool", pool_path(@post_set.pool), :id => "show-excerpt-link" %></li>
<% elsif @post_set.has_favgroup? %>
<li><%= link_to "Favorite Group", favorite_group_path(@post_set.favgroup), :id => "show-excerpt-link" %></li>
<% elsif @post_set.is_single_tag? && !@post_set.is_metatag_search? %>
<li><%= link_to "Wiki", "#", :id => "show-excerpt-link" %></li>
<% end %>
</menu>