Sha256: 066c4656558e50d09b6e3a3ea3ca4984535a9fbee19bc500d2bf9d9b7b2a98b4

Contents?: true

Size: 646 Bytes

Versions: 15

Compression:

Stored size: 646 Bytes

Contents

- content_for :body_content_title do
  %h1 
    Order Number:  
    = @order.order_number

- content_for :body_content_left do
  %section
    %h1 Order Status
    %p
      = raw @order.order_status
  %section
    %h1 Shipping Type
    %p
      = raw @order.shipping_type
  %section
    %h1 Shipped On
    %p
      = raw @order.shipped_on
  %section
    %h1 Poduct Cost
    %p
      = raw @order.poduct_cost
  %section
    %h1 Shipping Cost
    %p
      = raw @order.shipping_cost
  %section
    %h1 Tax Cost
    %p
      = raw @order.tax_cost

- content_for :body_content_right do
  %aside
    %h2= t('.other')

= render "/refinery/content_page"

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
refinerycms-stores-0.0.16 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.14 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.13 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.12 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.11 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.10 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.9 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.8 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.7 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.6 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.5 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.4 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.3 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.2 app/views/refinery/orders/orders/show.html.haml
refinerycms-stores-0.0.1 app/views/refinery/orders/orders/show.html.haml