Sha256: b43b38b2b473fb3a81bca89cb0a968ab5c72110165a28b92dcb46e6a98fd9676

Contents?: true

Size: 443 Bytes

Versions: 11

Compression:

Stored size: 443 Bytes

Contents

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

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

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

        = f.save 'Save and Continue'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
effective_events-0.2.7 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.2.6 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.2.5 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.2.4 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.2.3 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.2.2 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.2.1 app/views/effective/event_registrations/tickets.haml
effective_events-0.2.0 app/views/effective/event_registrations/tickets.haml
effective_events-0.1.10 app/views/effective/event_registrations/tickets.haml
effective_events-0.1.9 app/views/effective/event_registrations/tickets.haml
effective_events-0.1.8 app/views/effective/event_registrations/registrants.html.haml