Select | Date | Description | Cost | Edit | Destroy |
---|---|---|---|---|---|
<%= check_box 'selected_charges', charge.id %> | <%= charge.date %> | <%= charge.description %> | <%= fmt_dollars(charge.cost) %> | <%= link_to 'Edit', :action => 'edit', :id => charge %> | <%= link_to 'Destroy', { :action => 'destroy', :id => charge }, :confirm => 'Are you sure?' %> |
<%= submit_tag 'Set Field' %> To
<%= submit_tag 'Move Charges To This Charge Set' %>
<%= submit_tag 'Delete Charges' %>
<% end -%>