Sha256: e0664e8bbf5fa07a8681028d2e44a00f61cd801df8baa799413a9c23b5bf6c6e

Contents?: true

Size: 305 Bytes

Versions: 14

Compression:

Stored size: 305 Bytes

Contents

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

  - if !@order.purchased? && EffectiveResources.authorized?(self, :update, @order)
    = render_checkout(@order)
  - else
    = render(@order)

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
effective_orders-6.6.3 app/views/effective/orders/show.html.haml
effective_orders-6.6.2 app/views/effective/orders/show.html.haml
effective_orders-6.6.1 app/views/effective/orders/show.html.haml
effective_orders-6.6.0 app/views/effective/orders/show.html.haml
effective_orders-6.5.9 app/views/effective/orders/show.html.haml
effective_orders-6.5.8 app/views/effective/orders/show.html.haml
effective_orders-6.5.7 app/views/effective/orders/show.html.haml
effective_orders-6.5.6 app/views/effective/orders/show.html.haml
effective_orders-6.5.5 app/views/effective/orders/show.html.haml
effective_orders-6.5.4 app/views/effective/orders/show.html.haml
effective_orders-6.5.3 app/views/effective/orders/show.html.haml
effective_orders-6.5.2 app/views/effective/orders/show.html.haml
effective_orders-6.5.1 app/views/effective/orders/show.html.haml
effective_orders-6.5.0 app/views/effective/orders/show.html.haml