Sha256: a99bb86fa0aeb646cbd4c78acde6811a09a14f508a97c50f5d5f24651c6d7ed8

Contents?: true

Size: 864 Bytes

Versions: 12

Compression:

Stored size: 864 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')}.

  .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

12 entries across 12 versions & 1 rubygems

Version Path
effective_events-0.6.11 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.10 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.9 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.8 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.7 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.6 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.5 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.4 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.3 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.2 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.1 app/views/effective/event_registrations/submitted.html.haml
effective_events-0.6.0 app/views/effective/event_registrations/submitted.html.haml