lib/generators/haml/templates/index.html.haml in acts-as-approvable-0.6.8.1 vs lib/generators/haml/templates/index.html.haml in acts-as-approvable-0.6.9

- old
+ new

@@ -3,10 +3,10 @@ - form_for(:approval, :url => approvals_path, :html => {:method => :get}) do |f| - unless @conditions[:state].is_a?(Array) # History page shouldn't allow selecting different states = label_tag('state', 'State') = select_tag('state', options_for_select(Approval.options_for_state, @conditions[:state])) <% if owner? %> = label_tag('owner_id', 'Owner') - = select('owner_id', options_for_select(Approval.options_for_assigned_owners(true), @conditions[:owner_id])) + = select_tag('owner_id', options_for_select(Approval.options_for_assigned_owners(true), @conditions[:owner_id])) <% end %> = label_tag('item_type', 'Type') = select_tag('item_type', options_for_select(Approval.options_for_type(true), @conditions[:item_type])) %button{:type => 'Submit'} Filter = render :partial => @table_partial