Popular Searches: <%= @search_service.date %> (by <%= @search_service.scale %>)

<% @search_service.each_search do |tags, count| %> <% end %>
Tags Count
<%= link_to tags, posts_path(:tags => tags) %> <%= count.to_i %>

<%= link_to "< Previous", searches_explore_posts_path(:date => 1.day.ago(@date)) %> <%= link_to "Next >", searches_explore_posts_path(:date => 1.day.since(@date)) %>

<%= render "posts/partials/common/secondary_links" %> <% content_for(:page_title) do %> Popular Searches - <%= Danbooru.config.app_name %> <% end %>