Related

    <% if discover_mode? %>
  • <%= link_to "Hot", posts_path(:tags => "order:rank") %>
  • <%= link_to "Popular", popular_explore_posts_path %>
  • <% if PopularSearchService.enabled? %>
  • <%= link_to "Searches", searches_explore_posts_path %>
  • <% end %> <% if PostViewCountService.enabled? %>
  • <%= link_to "Viewed", viewed_explore_posts_path %>
  • <% end %> <% end %>
  • <%= link_to "Deleted", posts_path(:tags => "#{params[:tags]} status:deleted"), :rel => "nofollow" %>
  • <%= link_to "Random", random_posts_path(:tags => params[:tags]), :id => "random-post", :rel => "nofollow" %>
  • <%= link_to "Count", posts_counts_path(:tags => params[:tags]) %>