Sha256: bf9124c7e745ce072a44cdc745aab9f649322942f41339edb3cae5c6780ce84d

Contents?: true

Size: 809 Bytes

Versions: 19

Compression:

Stored size: 809 Bytes

Contents

.row
  .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

19 entries across 19 versions & 1 rubygems

Version Path
tramway-event-1.9.6 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.5 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.4 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.3 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.2 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.8.10 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.8.9 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.8.8 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.8.7 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.8.6 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.8.5 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.8.4 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.8.3 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.8.2 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.8.1.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.8.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.8 app/views/tramway/event/participants/_form.html.haml