Sha256: 892b1da9d2a29f0b88aaf5fa196dfe3f78458530e88f35855272bd3a4d94041f

Contents?: true

Size: 741 Bytes

Versions: 7

Compression:

Stored size: 741 Bytes

Contents

= render 'layout' do
  = render 'effective/stamp_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/stamp_wizards/summary', stamp_wizard: resource
  = render 'effective/stamp_wizards/stamp_wizard', stamp_wizard: resource
  = render 'effective/stamp_wizards/orders', stamp_wizard: resource

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
effective_products-0.1.2 app/views/effective/stamp_wizards/submitted.html.haml
effective_products-0.1.1 app/views/effective/stamp_wizards/submitted.html.haml
effective_products-0.1.0 app/views/effective/stamp_wizards/submitted.html.haml
effective_products-0.0.9 app/views/effective/stamp_wizards/submitted.html.haml
effective_products-0.0.8 app/views/effective/stamp_wizards/submitted.html.haml
effective_products-0.0.7 app/views/effective/stamp_wizards/submitted.html.haml
effective_products-0.0.6 app/views/effective/stamp_wizards/submitted.html.haml