Sha256: 2d2452948a39a7ad3bbc5842f96b37012d98f92d98263b5c1934f6fe7ff86a5b

Contents?: true

Size: 711 Bytes

Versions: 32

Compression:

Stored size: 711 Bytes

Contents

.effective-order-header
  %h2 Acme Industries Inc.
  .row
    .col-sm-6
      - email_address = EffectiveOrders.mailer[:admin_email] || 'info@acmeindustries.com'
      %p= mail_to u(email_address), email_address
      %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("%F %H:%M")}
      - else
        %p Date: #{Time.zone.now.strftime("%F %H:%M")}

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
effective_orders-5.0.5 app/views/effective/orders/_order_header.html.haml
effective_orders-5.0.4 app/views/effective/orders/_order_header.html.haml
effective_orders-5.0.3 app/views/effective/orders/_order_header.html.haml
effective_orders-5.0.2 app/views/effective/orders/_order_header.html.haml
effective_orders-5.0.1 app/views/effective/orders/_order_header.html.haml
effective_orders-4.6.3 app/views/effective/orders/_order_header.html.haml
effective_orders-4.6.2 app/views/effective/orders/_order_header.html.haml
effective_orders-4.6.1 app/views/effective/orders/_order_header.html.haml
effective_orders-5.0.0 app/views/effective/orders/_order_header.html.haml
effective_orders-4.6.0 app/views/effective/orders/_order_header.html.haml
effective_orders-4.5.12 app/views/effective/orders/_order_header.html.haml
effective_orders-4.5.11 app/views/effective/orders/_order_header.html.haml
effective_orders-4.5.10 app/views/effective/orders/_order_header.html.haml
effective_orders-4.5.9 app/views/effective/orders/_order_header.html.haml
effective_orders-4.5.8 app/views/effective/orders/_order_header.html.haml
effective_orders-4.5.7 app/views/effective/orders/_order_header.html.haml
effective_orders-4.5.6 app/views/effective/orders/_order_header.html.haml
effective_orders-4.5.5 app/views/effective/orders/_order_header.html.haml
effective_orders-4.5.4 app/views/effective/orders/_order_header.html.haml
effective_orders-4.5.3 app/views/effective/orders/_order_header.html.haml