Missed Searches (past seven days)

<% @search_service.each_search do |tags, count| %> <% end %>
Tags Wiki Count
<%= link_to tags, posts_path(:tags => tags) %> <% unless WikiPage.titled(tags).exists? %> N <% end %> <%= count.to_i %>
<%= render "posts/partials/common/secondary_links" %> <% content_for(:page_title) do %> Missed Searches - <%= Danbooru.config.app_name %> <% end %>