Sha256: 83e128a497b59a352b2022638b9feba2df9c6795564ac6ff4964cae8d21ee500

Contents?: true

Size: 809 Bytes

Versions: 16

Compression:

Stored size: 809 Bytes

Contents

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

  - raise('expected a submitted event_registration') unless resource.was_submitted?
  - raise('expected a purchased event_registration 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/event_registrations/summary', event_registration: resource
  = render 'effective/event_registrations/event_registration', event_registration: resource
  = render 'effective/event_registrations/orders', event_registration: resource

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
effective_events-0.5.3 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.5.2 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.5.1 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.5.0 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.4.2 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.4.1 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.4.0 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.3.1 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.3.0 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.2.8 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.2.7 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.2.6 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.2.5 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.2.4 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.2.3 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.2.2 app/views/effective/event_registrations/submitted.html.haml