Sha256: cb8b5dc319e6507217b7401f765ceebc98a06ad5e0be560d7101ab58a4f9641b

Contents?: true

Size: 868 Bytes

Versions: 19

Compression:

Stored size: 868 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&.was_purchased?

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

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

  = 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", return_to_dashboard_path, class: 'btn btn-lg btn-primary btn-block'

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
effective_events-0.11.3 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.11.2 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.11.1 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.11.0 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.10.2 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.10.1 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.10.0 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.9.3 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.9.2 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.9.1 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.9.0 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.8.0 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.7.4 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.7.3 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.7.2 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.7.1 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.7.0 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.13 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.12 app/views/effective/event_registrations/submitted.html.haml