<%= link_to_purchasable_in(line_item) -%> |
<% if can_delete_line_item?(order) -%>
<%= link_to t('line_items.line_item.delete'), { :controller => :orders,
:action => :destroy,
:id => line_item,
:order_id => order,
:trolley_id => trolley },
:confirm => t('line_items.line_item.are_you_sure'), :method => :delete %> |
<% end -%>