Sha256: c25aa359e4767df742f7ab8a2914a4bf70fc66828d99aa83566aa4dcc6ed7195

Contents?: true

Size: 728 Bytes

Versions: 13

Compression:

Stored size: 728 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/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

13 entries across 13 versions & 1 rubygems

Version Path
effective_events-0.2.1 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.2.0 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.1.10 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.1.9 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.1.8 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.1.7 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.1.6 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.1.5 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.1.4 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.1.3 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.1.2 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.1.1 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.1.0 app/views/effective/event_registrations/submitted.html.haml