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-5.9.2 app/views/effective/orders/show.html.haml
effective_orders-5.9.1 app/views/effective/orders/show.html.haml