Sha256: 0568f99be6f0a7134a44273443bab5bd6badc592cdfb492d2ed0b136b6d88646

Contents?: true

Size: 814 Bytes

Versions: 34

Compression:

Stored size: 814 Bytes

Contents

.row.form
  .col-lg-12
    %h1.text-center
      = t(".request_collecting_state.#{event.request_collecting_state}")
    - if event.request_collecting_state == :are_being_right_now && event.participant_form_fields.any?
      - class_name = 'tramway_event_participant'
      = simple_form_for @participant_form, url: ::Tramway::Event::Engine.routes.url_helpers.participants_path, method: :post, html: { class: class_name, id: class_name } do |f|
        = f.input :event_id, as: :hidden, input_html: { value: event.id, class: class_name, id: "#{class_name}_event_id", name: "#{class_name}[event_id]" }
        - event.participant_form_fields.inputs_list.each do |field|
          = render 'tramway/core/shared/input_extended', field: field, class_name: class_name, f: f
        = f.button :submit, t('.submit_form')

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
tramway-event-1.10.0.2 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.22 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.21.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.21 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.20.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.20 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.19.8 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.19.7 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.19.6 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.19.5 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.19.4 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.19.3 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.19.2 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.19.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.19 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.18.2 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.18.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.18 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.17 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.16 app/views/tramway/event/participants/_form.html.haml