Filtered Tags

To hide stories from the home page that have been tagged with certain tags, check them below.

<% if !@user %>

Since you are not logged in, your filters will be stored in a long-lasting browser cookie. To permanently store your tag filters and have them work across browsers, login to your account.

<% end %> <%= form_tag "/filters", :method => :post do %> <% Tag.order(:tag).accessible_to(@user).each do |tag| %> <% end %>
Hide Tag Description
> <%= tag.tag %> <%= tag.description %> <% if tag.filtered_by_default? %> (Filtered by default) <% end %>

<%= submit_tag "Save Filters" %>

<% end %>