Sha256: d3b9dab0126ae04f5ff66d09f3347e86f7eca1c0242262c6e6439bf4978717f3

Contents?: true

Size: 813 Bytes

Versions: 27

Compression:

Stored size: 813 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

27 entries across 27 versions & 1 rubygems

Version Path
tramway-event-1.10.0.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.10 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.31.2 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.31.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.31 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.30 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.29 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.28.4 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.28.3 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.28.2 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.28.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.28 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.27.6 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.27.5 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.27.4 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.27.3 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.27.2 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.27.1 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.27 app/views/tramway/event/participants/_form.html.haml
tramway-event-1.9.26 app/views/tramway/event/participants/_form.html.haml