Sha256: 3e25227fa1f4667a99d3e4ec9c2f6165c2fbd049e993f90d0b2ec9693aca138b

Contents?: true

Size: 353 Bytes

Versions: 12

Compression:

Stored size: 353 Bytes

Contents

- if ticket.questions.present?
  %p Please answer the following questions (optional):

  - if ticket.question1.present?
    = f.text_field :response1, label: ticket.question1

  - if ticket.question2.present?
    = f.text_field :response2, label: ticket.question2

  - if ticket.question3.present?
    = f.text_field :response3, label: ticket.question3

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
effective_events-0.18.2 app/views/effective/event_registrants/_fields_questions.html.haml
effective_events-0.18.1 app/views/effective/event_registrants/_fields_questions.html.haml
effective_events-0.18.0 app/views/effective/event_registrants/_fields_questions.html.haml
effective_events-0.17.0 app/views/effective/event_registrants/_fields_questions.html.haml
effective_events-0.16.0 app/views/effective/event_registrants/_fields_questions.html.haml
effective_events-0.15.1 app/views/effective/event_registrants/_fields_questions.html.haml
effective_events-0.15.0 app/views/effective/event_registrants/_fields_questions.html.haml
effective_events-0.14.2 app/views/effective/event_registrants/_fields_questions.html.haml
effective_events-0.14.1 app/views/effective/event_registrants/_fields_questions.html.haml
effective_events-0.14.0 app/views/effective/event_registrants/_fields_questions.html.haml
effective_events-0.13.1 app/views/effective/event_registrants/_fields_questions.html.haml
effective_events-0.13.0 app/views/effective/event_registrants/_fields_questions.html.haml