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"), rel: "nofollow" %>
  • <%= link_to "Random", random_posts_path(tags: params[:tags]), id: "random-post", "data-shortcut": "r", rel: "nofollow" %>
  • <% if post_set.normalized_query.has_single_tag? %>
  • <%= link_to "History", post_versions_path(search: { changed_tags: post_set.normalized_query.tags.first.name }), rel: "nofollow" %>
  • <% end %>
  • <%= link_to "Count", posts_counts_path(tags: params[:tags]), rel: "nofollow" %>