Sha256: 499f94df7eebf7892aca497ad6e47b5ce5fa32037b29e10c96794f6556421a14

Contents?: true

Size: 417 Bytes

Versions: 5

Compression:

Stored size: 417 Bytes

Contents

= render 'layout' do
  = render('effective/event_registrations/changing', 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

    = card do
      = render('effective/event_registrations/fields_event_ticket_selections', form: f)

      = f.save 'Save and Continue'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_events-2.29.2 app/views/effective/event_registrations/tickets.html.haml
effective_events-2.29.1 app/views/effective/event_registrations/tickets.html.haml
effective_events-2.29.0 app/views/effective/event_registrations/tickets.html.haml
effective_events-2.28.3 app/views/effective/event_registrations/tickets.html.haml
effective_events-2.28.2 app/views/effective/event_registrations/tickets.html.haml