Sha256: 1e6f8ea3602d5a4f8083762a64877106fe930755d9b65f9a76f910928c359634

Contents?: true

Size: 924 Bytes

Versions: 11

Compression:

Stored size: 924 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, namespace), label: 'Ticket'

    - if f.object.purchased? && namespace == :admin
      = f.select :event_ticket_id, effective_events_event_tickets_collection(event, namespace), label: 'Change Ticket', hint: 'Admin only. Change the purchased ticket. This will not create charges, alter the original order, or consider ticket capacity.'

    .row
      .col-lg= f.text_field :first_name
      .col-lg= f.text_field :last_name
      .col-lg= f.text_field :number, label: 'Professional Designations', hint: 'Include member or registrant number, if applicable.'

    .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

11 entries across 11 versions & 1 rubygems

Version Path
effective_events-0.5.6 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.5.5 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.5.4 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.5.3 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.5.2 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.5.1 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.5.0 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.4.2 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.4.1 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.4.0 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.3.1 app/views/effective/event_registrants/_fields.html.haml