Popular Searches - <%= @search_service.date %>

<% @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).to_date), :class => "arrow" %>
  • <%= link_to "Next >", searches_explore_posts_path(:date => 1.day.since(@date).to_date), :class => "arrow" %>
  • <%= render "posts/partials/common/secondary_links" %> <% content_for(:page_title) do %> Popular Searches - <%= Danbooru.config.app_name %> <% end %>