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.14.2 app/views/effective/orders/show.html.haml
effective_orders-6.14.1 app/views/effective/orders/show.html.haml
effective_orders-6.14.0 app/views/effective/orders/show.html.haml
effective_orders-6.13.3 app/views/effective/orders/show.html.haml
effective_orders-6.13.2 app/views/effective/orders/show.html.haml
effective_orders-6.13.1 app/views/effective/orders/show.html.haml
effective_orders-6.13.0 app/views/effective/orders/show.html.haml
effective_orders-6.12.4 app/views/effective/orders/show.html.haml
effective_orders-6.12.3 app/views/effective/orders/show.html.haml
effective_orders-6.12.2 app/views/effective/orders/show.html.haml
effective_orders-6.12.1 app/views/effective/orders/show.html.haml
effective_orders-6.12.0 app/views/effective/orders/show.html.haml
effective_orders-6.9.10 app/views/effective/orders/show.html.haml
effective_orders-6.9.9 app/views/effective/orders/show.html.haml
effective_orders-6.9.8 app/views/effective/orders/show.html.haml
effective_orders-6.9.7 app/views/effective/orders/show.html.haml
effective_orders-6.9.6 app/views/effective/orders/show.html.haml
effective_orders-6.9.5 app/views/effective/orders/show.html.haml
effective_orders-6.9.4 app/views/effective/orders/show.html.haml
effective_orders-6.9.2 app/views/effective/orders/show.html.haml