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