Sha256: 2df99e66b81f19bc0ee4233a740b48c6db5ca5512e7e1fd777ddef490b2ff24b

Contents?: true

Size: 455 Bytes

Versions: 13

Compression:

Stored size: 455 Bytes

Contents

.effective-event-registration
  - blacklist = EffectiveEvents.EventRegistration.required_wizard_steps
  - steps = event_registration.required_steps - blacklist

  = render "effective/event_registrations/summary", event_registration: event_registration

  - steps.select { |step| event_registration.has_completed_step?(step) }.each do |partial|
    = render "effective/event_registrations/#{partial}", event_registration: event_registration, step: partial

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
effective_events-0.2.1 app/views/effective/event_registrations/_event_registration.html.haml
effective_events-0.2.0 app/views/effective/event_registrations/_event_registration.html.haml
effective_events-0.1.10 app/views/effective/event_registrations/_event_registration.html.haml
effective_events-0.1.9 app/views/effective/event_registrations/_event_registration.html.haml
effective_events-0.1.8 app/views/effective/event_registrations/_event_registration.html.haml
effective_events-0.1.7 app/views/effective/event_registrations/_event_registration.html.haml
effective_events-0.1.6 app/views/effective/event_registrations/_event_registration.html.haml
effective_events-0.1.5 app/views/effective/event_registrations/_event_registration.html.haml
effective_events-0.1.4 app/views/effective/event_registrations/_event_registration.html.haml
effective_events-0.1.3 app/views/effective/event_registrations/_event_registration.html.haml
effective_events-0.1.2 app/views/effective/event_registrations/_event_registration.html.haml
effective_events-0.1.1 app/views/effective/event_registrations/_event_registration.html.haml
effective_events-0.1.0 app/views/effective/event_registrations/_event_registration.html.haml