Sha256: 2578829f31b7c0603fa26793d7edb57db295fae601ab2101c75ad62b5975b5cf

Contents?: true

Size: 1.11 KB

Versions: 38

Compression:

Stored size: 1.11 KB

Contents

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

  - raise('expected a completed event_registration') unless resource.completed?
  - 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

  - if resource.event.allow_blank_registrants? && EffectiveResources.authorized?(self, :update_blank_registrants, resource)
    = card do
      %h3 Incomplete Ticket Information
      = render 'effective/event_registrations/form_blank_registrants', 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

38 entries across 38 versions & 1 rubygems

Version Path
effective_events-2.28.1 app/views/effective/event_registrations/complete.html.haml
effective_events-2.28.0 app/views/effective/event_registrations/complete.html.haml
effective_events-2.27.0 app/views/effective/event_registrations/complete.html.haml
effective_events-2.26.0 app/views/effective/event_registrations/complete.html.haml
effective_events-2.25.1 app/views/effective/event_registrations/complete.html.haml
effective_events-2.25.0 app/views/effective/event_registrations/complete.html.haml
effective_events-0.24.0 app/views/effective/event_registrations/complete.html.haml
effective_events-0.23.1 app/views/effective/event_registrations/complete.html.haml
effective_events-0.23.0 app/views/effective/event_registrations/complete.html.haml
effective_events-0.22.2 app/views/effective/event_registrations/complete.html.haml
effective_events-0.22.1 app/views/effective/event_registrations/complete.html.haml
effective_events-0.22.0 app/views/effective/event_registrations/complete.html.haml
effective_events-0.21.3 app/views/effective/event_registrations/complete.html.haml
effective_events-0.21.2 app/views/effective/event_registrations/complete.html.haml
effective_events-0.21.1 app/views/effective/event_registrations/complete.html.haml
effective_events-0.21.0 app/views/effective/event_registrations/complete.html.haml
effective_events-0.20.6 app/views/effective/event_registrations/complete.html.haml
effective_events-0.20.5 app/views/effective/event_registrations/complete.html.haml
effective_events-0.20.4 app/views/effective/event_registrations/complete.html.haml
effective_events-0.20.3 app/views/effective/event_registrations/complete.html.haml