Sha256: be599d0aae30895c65bac5d5399d1108dc51a607271c1877cd889a7afd125d0c

Contents?: true

Size: 533 Bytes

Versions: 7

Compression:

Stored size: 533 Bytes

Contents

.card.mb-4
  .card-body
    - if f.object.purchased?
      = f.static_field :event_ticket, label: 'Purchased ticket'
    - else
      = f.select :event_ticket_id, effective_events_event_tickets_collection(event), label: 'Ticket'

    .row
      .col-lg= f.text_field :first_name
      .col-lg= f.text_field :last_name
      .col-lg= f.text_field :number, label: 'Member Number'

    .row
      .col-lg= f.email_field :email
      .col-lg= f.text_field :company

    = f.text_area :notes, label: 'Dietary restrictions or other notes'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
effective_events-0.2.3 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.2.2 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.2.1 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.2.0 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.1.10 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.1.9 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.1.8 app/views/effective/event_registrants/_fields.html.haml