%p =render :partial => "actions/shared/show", :locals => { :action => action } %ul - action.subject.items.each do |item| %li #{number_as_cents(item.price)} - #{item.order_summary_description} %li %strong #{number_as_cents(action.subject.total||0)} - Total - if action.subject.notes.present? %li %strong Note: = action.subject.notes %p= link_to "View order details ".html_safe, order_path(action.subject)