Sha256: e14d7f21013421dde93a72afb12121b3e1886af06c8565a449c0e371d1c77148

Contents?: true

Size: 733 Bytes

Versions: 21

Compression:

Stored size: 733 Bytes

Contents

= render 'layout' do
  = render 'effective/ring_wizards/content', resource: resource

  - raise('expected a submitted resource') unless resource.was_submitted?
  - raise('expected a purchased resource submit_order') unless resource.submit_order&.purchased?

  .alert.alert-warning.mb-4
    Successfully paid on #{resource.submit_order.purchased_at.strftime('%F')}.

  = link_to "Return to Dashboard", root_path, class: 'btn btn-lg btn-primary mb-4'

  = render 'effective/ring_wizards/summary', ring_wizard: resource
  = render 'effective/ring_wizards/ring_wizard', ring_wizard: resource
  = render 'effective/ring_wizards/orders', ring_wizard: resource

  = link_to 'Return to Dashboard', root_path, class: 'btn btn-lg btn-primary'

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
effective_products-0.3.9 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.3.8 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.3.7 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.3.6 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.3.5 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.3.4 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.3.3 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.3.2 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.3.1 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.3.0 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.2.1 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.2.0 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.1.2 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.1.1 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.1.0 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.0.9 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.0.8 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.0.7 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.0.6 app/views/effective/ring_wizards/submitted.html.haml
effective_products-0.0.5 app/views/effective/ring_wizards/submitted.html.haml