Related

  • <%= link_to "Deleted posts", posts_path(:tags => "#{params[:tags]} status:deleted") %>
  • <% if @post_set.is_tag_subscription? %>
  • <%= link_to "Edit subscriptions", tag_subscriptions_path %>
  • <% end %>
  • <%= link_to "Random post", random_posts_path(:tags => params[:tags]), :id => "random-post" %>
  • <%= link_to "Mobile version", mobile_posts_path(:tags => params[:tags]) %>