Sha256: 1a03070122e396228d24322e0415eae1eaa381ca555c4c89ff29e29b60a11315

Contents?: true

Size: 279 Bytes

Versions: 22

Compression:

Stored size: 279 Bytes

Contents

= render 'layout' do
  %h1.effective-heading= @page_title

  - if !@order.purchased? && @order.user == current_user
    = render_checkout(@order)
  - else
    = render(@order)

    %p.text-center
      = link_to 'Continue', effective_orders.orders_path, class: 'btn btn-primary'

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
effective_orders-6.4.4 app/views/effective/orders/show.html.haml
effective_orders-6.4.3 app/views/effective/orders/show.html.haml
effective_orders-6.4.2 app/views/effective/orders/show.html.haml
effective_orders-6.4.1 app/views/effective/orders/show.html.haml
effective_orders-6.4.0 app/views/effective/orders/show.html.haml
effective_orders-6.3.2 app/views/effective/orders/show.html.haml
effective_orders-6.3.1 app/views/effective/orders/show.html.haml
effective_orders-6.3.0 app/views/effective/orders/show.html.haml
effective_orders-6.2.1 app/views/effective/orders/show.html.haml
effective_orders-6.2.0 app/views/effective/orders/show.html.haml
effective_orders-6.1.5 app/views/effective/orders/show.html.haml
effective_orders-6.1.4 app/views/effective/orders/show.html.haml
effective_orders-6.1.3 app/views/effective/orders/show.html.haml
effective_orders-6.1.2 app/views/effective/orders/show.html.haml
effective_orders-6.1.1 app/views/effective/orders/show.html.haml
effective_orders-6.1.0 app/views/effective/orders/show.html.haml
effective_orders-6.0.1 app/views/effective/orders/show.html.haml
effective_orders-6.0.0 app/views/effective/orders/show.html.haml
effective_orders-5.9.4 app/views/effective/orders/show.html.haml
effective_orders-5.9.3 app/views/effective/orders/show.html.haml