Sha256: 330348e28547c6e8bea7fe0b473f2a287b970575b6e244f139c4f56a31ee2d03

Contents?: true

Size: 900 Bytes

Versions: 31

Compression:

Stored size: 900 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: 'member or registrant 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

31 entries across 31 versions & 1 rubygems

Version Path
effective_events-0.11.3 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.11.2 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.11.1 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.11.0 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.10.2 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.10.1 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.10.0 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.9.3 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.9.2 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.9.1 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.9.0 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.8.0 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.7.4 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.7.3 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.7.2 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.7.1 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.7.0 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.6.13 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.6.12 app/views/effective/event_registrants/_fields.html.haml
effective_events-0.6.11 app/views/effective/event_registrants/_fields.html.haml