Sha256: 0dcc9f063a923c3e98ebd194be92d094d36b6db5311692f8013785ce908fa231

Contents?: true

Size: 641 Bytes

Versions: 23

Compression:

Stored size: 641 Bytes

Contents

= render 'layout' do
  .card.mb-4
    .card-body
      %p
        Add-ons are free or paid additional items that can be included in your registration.
        %br
        If you are registering for multiple people, you need to include an add-on for each person.

  = 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_addons do |fp|
          = render('effective/event_addons/fields', f: fp, event: f.object.event)

        = f.save 'Save and Continue'

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
effective_events-0.5.6 app/views/effective/event_registrations/addons.html.haml
effective_events-0.5.5 app/views/effective/event_registrations/addons.html.haml
effective_events-0.5.4 app/views/effective/event_registrations/addons.html.haml
effective_events-0.5.3 app/views/effective/event_registrations/addons.html.haml
effective_events-0.5.2 app/views/effective/event_registrations/addons.html.haml
effective_events-0.5.1 app/views/effective/event_registrations/addons.html.haml
effective_events-0.5.0 app/views/effective/event_registrations/addons.html.haml
effective_events-0.4.2 app/views/effective/event_registrations/addons.html.haml
effective_events-0.4.1 app/views/effective/event_registrations/addons.html.haml
effective_events-0.4.0 app/views/effective/event_registrations/addons.html.haml
effective_events-0.3.1 app/views/effective/event_registrations/addons.html.haml
effective_events-0.3.0 app/views/effective/event_registrations/addons.html.haml
effective_events-0.2.8 app/views/effective/event_registrations/addons.html.haml
effective_events-0.2.7 app/views/effective/event_registrations/addons.html.haml
effective_events-0.2.6 app/views/effective/event_registrations/addons.html.haml
effective_events-0.2.5 app/views/effective/event_registrations/addons.html.haml
effective_events-0.2.4 app/views/effective/event_registrations/addons.html.haml
effective_events-0.2.3 app/views/effective/event_registrations/addons.html.haml
effective_events-0.2.2 app/views/effective/event_registrations/addons.html.haml
effective_events-0.2.1 app/views/effective/event_registrations/addons.html.haml