<%= title("#{h @controller.controller_name.singularize.humanize} - #{h @current_filter.name}") %>
Filter
Description<%=h @current_filter.description %>
Rules <%= render :partial => "show_conditions" %>
Serialized
<%=h @current_filter.to_zip %>
<%= button_to 'Edit filter', :action => 'edit', :id => @filter %> <%= button_to 'List all filters', :action => 'list' %>