Sha256: 67fed37fca48c4baa551471cdb0db28fd6f34fce750e0735b738314088b1146d

Contents?: true

Size: 352 Bytes

Versions: 5

Compression:

Stored size: 352 Bytes

Contents

= card do
  .row
    .col-sm
      %h5.card-title= event_registration.wizard_step_title(:addons)
    .col-sm-auto.text-right
      = link_to('Edit', wizard_path(:addons)) if edit_effective_event_registrations_wizard?

  - datatable = EffectiveEventAddonsDatatable.new(event_registration: event_registration)
  .mb-4= render_simple_datatable(datatable)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_events-0.2.1 app/views/effective/event_registrations/_addons.html.haml
effective_events-0.2.0 app/views/effective/event_registrations/_addons.html.haml
effective_events-0.1.10 app/views/effective/event_registrations/_addons.html.haml
effective_events-0.1.9 app/views/effective/event_registrations/_addons.html.haml
effective_events-0.1.8 app/views/effective/event_registrations/_addons.html.haml