<% page_title "Missed Searches" %> <%= render "posts/partials/common/secondary_links" %>

Missed Searches

Over the past seven days.

<% @missed_searches.each do |tags, count| %> <% end %>
Tags Wiki Count
<%= link_to tags, posts_path(:tags => tags) %> <% unless WikiPage.titled(tags).exists? %> N <% end %> <%= count.to_i %>