Sha256: 1dac03956db348fc5426540ada90134ee756c0d59a0d4b5d014e51d5f681a1c4

Contents?: true

Size: 367 Bytes

Versions: 2

Compression:

Stored size: 367 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
effective_events-0.1.8 app/views/effective/event_registrations/_registrants.html.haml
effective_events-0.1.7 app/views/effective/event_registrations/_registrants.html.haml