Sha256: 7788511cafd660b0bf7c813dcbc86ae59598f2d05432688291f75a9da3ecb695

Contents?: true

Size: 285 Bytes

Versions: 49

Compression:

Stored size: 285 Bytes

Contents

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

  - if EffectiveResources.authorized?(self, :checkout, @order)
    = render_checkout(@order)
  - else
    = render(@order)

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

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
effective_orders-6.19.1 app/views/effective/orders/show.html.haml
effective_orders-6.19.0 app/views/effective/orders/show.html.haml
effective_orders-6.18.4 app/views/effective/orders/show.html.haml
effective_orders-6.18.3 app/views/effective/orders/show.html.haml
effective_orders-6.18.2 app/views/effective/orders/show.html.haml
effective_orders-6.18.1 app/views/effective/orders/show.html.haml
effective_orders-6.18.0 app/views/effective/orders/show.html.haml
effective_orders-6.17.2 app/views/effective/orders/show.html.haml
effective_orders-6.17.1 app/views/effective/orders/show.html.haml
effective_orders-6.17.0 app/views/effective/orders/show.html.haml
effective_orders-6.16.4 app/views/effective/orders/show.html.haml
effective_orders-6.16.3 app/views/effective/orders/show.html.haml
effective_orders-6.16.2 app/views/effective/orders/show.html.haml
effective_orders-6.16.1 app/views/effective/orders/show.html.haml
effective_orders-6.16.0 app/views/effective/orders/show.html.haml
effective_orders-6.15.0 app/views/effective/orders/show.html.haml
effective_orders-6.14.6 app/views/effective/orders/show.html.haml
effective_orders-6.14.5 app/views/effective/orders/show.html.haml
effective_orders-6.14.4 app/views/effective/orders/show.html.haml
effective_orders-6.14.3 app/views/effective/orders/show.html.haml