diff --git a/app/views/explore/posts/missed_searches.html.erb b/app/views/explore/posts/missed_searches.html.erb index eec9b7eb1..c74349eaf 100644 --- a/app/views/explore/posts/missed_searches.html.erb +++ b/app/views/explore/posts/missed_searches.html.erb @@ -5,14 +5,20 @@ - - + + + <% @search_service.each_search do |tags, count| %> + <% end %>
TagsCountTagsWikiCount
<%= link_to tags, posts_path(:tags => tags) %> + <% unless WikiPage.titled(tags).exists? %> + N + <% end %> + <%= count.to_i %>