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

Version Path
artfully_ose-1.2.0.pre.15 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre.12 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre.11 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre.10 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre.9 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre.8 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre.7 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre.6 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre.5 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre.4 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre.3 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre.2 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre.1 app/views/actions/get/_show.html.haml
artfully_ose-1.2.0.pre app/views/actions/get/_show.html.haml