Sha256: 20d5b05c9d0ba0ceae33276bbf601f855aee2de2e1067847bc29c101c84c92eb

Contents?: true

Size: 823 Bytes

Versions: 7

Compression:

Stored size: 823 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
    = f.save 'Save and Continue'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
effective_events-0.17.0 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.16.0 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.15.1 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.15.0 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.14.2 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.14.1 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.14.0 app/views/effective/event_registrations/tickets.html.haml