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.9.1 app/views/effective/orders/show.html.haml
effective_orders-6.9.0 app/views/effective/orders/show.html.haml
effective_orders-6.8.2 app/views/effective/orders/show.html.haml
effective_orders-6.8.1 app/views/effective/orders/show.html.haml
effective_orders-6.8.0 app/views/effective/orders/show.html.haml
effective_orders-6.7.3 app/views/effective/orders/show.html.haml
effective_orders-6.7.2 app/views/effective/orders/show.html.haml
effective_orders-6.7.1 app/views/effective/orders/show.html.haml
effective_orders-6.7.0 app/views/effective/orders/show.html.haml