Sha256: 420ba8a1f689d4a0ec67b2ce48c416a5d074d64d49d67736018819eb489637cc

Contents?: true

Size: 835 Bytes

Versions: 5

Compression:

Stored size: 835 Bytes

Contents

= render 'layout' do

  = render 'effective/event_registrations/event_tickets', resource: resource

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

  = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f|
    = f.hidden_field :id

    %p Please select one or more tickets to register for this event:

    = f.has_many :event_registrants, f.object.build_event_registrants, reorder: false do |fr|
      = render('effective/event_registrants/fields', f: fr, event: f.object.event, namespace: :events)

    - if resource.delayed_payment_date_upcoming? && resource.submit_order&.delayed? && resource.submit_order&.deferred?
      .alert.alert-info If the price of your registration changes, your order will be automatically updated.

    %hr
    .mb-4
      = f.save 'Save and Continue'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_events-0.19.1 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.19.0 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.18.2 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.18.1 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.18.0 app/views/effective/event_registrations/tickets.html.haml