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