Sha256: cf9726950d70ccaeed199dc18a5a73ceda490c9055300293e382bd7e0c6ef00f
Contents?: true
Size: 468 Bytes
Versions: 14
Compression:
Stored size: 468 Bytes
Contents
%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 <i class='icon-share-alt'></i>".html_safe, order_path(action.subject)
Version data entries
14 entries across 14 versions & 1 rubygems