Filtered Tags

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

<%= 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 %>