From 8551d3710965fc7cf2f46a41bff170c6d26a0cd7 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 16 Feb 2016 16:47:31 -0800 Subject: [PATCH] always show wiki tab for post listing --- app/views/posts/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) 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 %>