Related

    <% if discover_mode? %>
  • <%= link_to "Hot", posts_path(:tags => "order:rank") %>
  • <%= link_to "Popular", popular_explore_posts_path %>
  • <%= link_to "Curated", curated_explore_posts_path %>
  • <%= link_to "Searches", searches_explore_posts_path %>
  • <%= link_to "Viewed", viewed_explore_posts_path %>
  • <% end %>
  • <%= link_to "Deleted", posts_path(tags: "#{params[:tags]} status:deleted") %>
  • <%= link_to "Random", random_posts_path(tags: params[:tags]), id: "random-post", "data-shortcut": "r" %>
  • <% if post_set.query.is_simple_tag? %>
  • <%= link_to "History", post_versions_path(search: { changed_tags: params[:tags] }) %>
  • <% end %>
  • <%= link_to "Count", posts_counts_path(:tags => params[:tags]) %>