Sha256: 4f25f6b98aff2ea170c50c1dbb7f7b078dc589024e23cb616107e647c759f067

Contents?: true

Size: 463 Bytes

Versions: 45

Compression:

Stored size: 463 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, namespace: :events)

        = f.save 'Save and Continue'

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
effective_events-0.13.0 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.11.3 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.11.2 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.11.1 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.11.0 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.10.2 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.10.1 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.10.0 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.9.3 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.9.2 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.9.1 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.9.0 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.8.0 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.7.4 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.7.3 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.7.2 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.7.1 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.7.0 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.6.13 app/views/effective/event_registrations/tickets.html.haml
effective_events-0.6.12 app/views/effective/event_registrations/tickets.html.haml