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

Popular Searches - <%= @date %>

<% @searches.each do |search, count| %> <% end %>
Tags Count
<%= link_to search, posts_path(tags: search) %> <%= 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" %>