<%= title @controller.controller_name.humanize %>
<%= error_messages %> <% for filter in @filters %> <% @current_filter = filter %> <% end %>
ID Name Description Rules
<%=h filter.id %> <%=h filter.name %> <%=h filter.description %><%= render :partial => "show_conditions" %> <%= link_to image_tag( 'show.png' ), :action => 'show', :id => filter %><%= link_to image_tag( 'edit.png' ), :action => 'edit', :id => filter %> <%= link_to image_tag('delete.png'), { :action => 'destroy', :id => filter }, :confirm => 'Are you sure?', :method => :post %>
<%= button_to "New #{@controller.controller_name.singularize.humanize}", :action => 'new' %>