Sha256: ffa4f2858009684cbfb833671c66f215124bac1d32b665300ddaef8bada2f255

Contents?: true

Size: 605 Bytes

Versions: 44

Compression:

Stored size: 605 Bytes

Contents

%h3 Acme Industries Inc.
.row
  .col-sm-6
    %p= mail_to EffectiveOrders.mailer[:admin_email] || 'info@acmeindustries.com'
    %p
      1234 Fake Street
      %br
      Edmonton, AB, T5H 4A5
      %br
      %small Customize me by overriding '/app/views/effective/orders/_order_header.html.haml'

  .col-sm-6
    - if order.purchased?
      %p Receipt: ##{order.to_param}
    - elsif order.persisted?
      %p Order: ##{order.to_param}

    - if order.purchased?
      %p Purchased at: #{order.purchased_at.strftime("%Y-%m-%d %H:%M")}
    - else
      %p Date: #{Time.zone.now.strftime("%Y-%m-%d %H:%M")}

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
effective_orders-1.5.2 app/views/effective/orders/_order_header.html.haml
effective_orders-1.5.1 app/views/effective/orders/_order_header.html.haml
effective_orders-1.5.0 app/views/effective/orders/_order_header.html.haml
effective_orders-1.4.8 app/views/effective/orders/_order_header.html.haml
effective_orders-1.4.7 app/views/effective/orders/_order_header.html.haml
effective_orders-1.4.6 app/views/effective/orders/_order_header.html.haml
effective_orders-1.4.5 app/views/effective/orders/_order_header.html.haml
effective_orders-1.4.4 app/views/effective/orders/_order_header.html.haml
effective_orders-1.4.3 app/views/effective/orders/_order_header.html.haml
effective_orders-1.4.2 app/views/effective/orders/_order_header.html.haml
effective_orders-1.4.1 app/views/effective/orders/_order_header.html.haml
effective_orders-1.4.0 app/views/effective/orders/_order_header.html.haml
effective_orders-1.3.13 app/views/effective/orders/_order_header.html.haml
effective_orders-1.3.12 app/views/effective/orders/_order_header.html.haml
effective_orders-1.3.11 app/views/effective/orders/_order_header.html.haml
effective_orders-1.3.10 app/views/effective/orders/_order_header.html.haml
effective_orders-1.3.9 app/views/effective/orders/_order_header.html.haml
effective_orders-1.3.8 app/views/effective/orders/_order_header.html.haml
effective_orders-1.3.7 app/views/effective/orders/_order_header.html.haml
effective_orders-1.3.6 app/views/effective/orders/_order_header.html.haml