Sha256: 6ed6b44fc2a0c106b5cdc97cccba3cfbc87bcdc356cf62bc4fa73c1c13244892

Contents?: true

Size: 401 Bytes

Versions: 18

Compression:

Stored size: 401 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

    = render('effective/event_registrations/fields_event_registrants', form: f)

    %hr
    = f.save 'Save and Continue'

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
effective_events-2.31.4 app/views/effective/event_registrations/details.html.haml
effective_events-2.31.3 app/views/effective/event_registrations/details.html.haml
effective_events-2.31.2 app/views/effective/event_registrations/details.html.haml
effective_events-2.31.1 app/views/effective/event_registrations/details.html.haml
effective_events-2.31.0 app/views/effective/event_registrations/details.html.haml
effective_events-2.30.3 app/views/effective/event_registrations/details.html.haml
effective_events-2.30.2 app/views/effective/event_registrations/details.html.haml
effective_events-2.30.1 app/views/effective/event_registrations/details.html.haml
effective_events-2.30.0 app/views/effective/event_registrations/details.html.haml
effective_events-2.29.6 app/views/effective/event_registrations/details.html.haml
effective_events-2.29.5 app/views/effective/event_registrations/details.html.haml
effective_events-2.29.4 app/views/effective/event_registrations/details.html.haml
effective_events-2.29.3 app/views/effective/event_registrations/details.html.haml
effective_events-2.29.2 app/views/effective/event_registrations/details.html.haml
effective_events-2.29.1 app/views/effective/event_registrations/details.html.haml
effective_events-2.29.0 app/views/effective/event_registrations/details.html.haml
effective_events-2.28.3 app/views/effective/event_registrations/details.html.haml
effective_events-2.28.2 app/views/effective/event_registrations/details.html.haml