Sha256: 39efd20c18896c844ba8a560d962b31242681df5e39350ace196db99490f3083

Contents?: true

Size: 359 Bytes

Versions: 4

Compression:

Stored size: 359 Bytes

Contents

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
effective_events-0.2.1 app/views/effective/event_registrations/_tickets.haml
effective_events-0.2.0 app/views/effective/event_registrations/_tickets.haml
effective_events-0.1.10 app/views/effective/event_registrations/_tickets.haml
effective_events-0.1.9 app/views/effective/event_registrations/_tickets.haml