Sha256: 05f426c92346972249c2549d5854ca5f84f142ca895b131e09c7a21711f2988f

Contents?: true

Size: 895 Bytes

Versions: 26

Compression:

Stored size: 895 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, value: (params[:participant].present? ? params[:participant][field.title] : '')
        = f.button :submit, t('.submit_form')

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
tramway-event-1.12.3.9 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.3.8 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.3.7 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.3.6 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.3.5 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.3.4 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.3.3 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.3.2 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.3.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.3 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.2 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.1.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12.0.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.12 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.11.5.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.11.5 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.11.4.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.11.4 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.11.2.1 app/views/tramway/event/participants/_form.html.haml