diff --git a/app/views/posts/index.html.erb b/app/views/posts/index.html.erb index 149038fac..792a22e5b 100644 --- a/app/views/posts/index.html.erb +++ b/app/views/posts/index.html.erb @@ -27,6 +27,8 @@
  • <%= link_to "Pool", pool_path(@post_set.pool), :id => "show-excerpt-link" %>
  • <% elsif @post_set.has_favgroup? %>
  • <%= link_to "Favorite Group", favorite_group_path(@post_set.favgroup), :id => "show-excerpt-link" %>
  • + <% elsif @post_set.is_single_tag? && !@post_set.is_metatag_search? %> +
  • <%= link_to "Wiki", "#", :id => "show-excerpt-link" %>
  • <% end %>