Sha256: 59063e7f0325019ff1a4abb356979459d635b9b8b4933cc6945db80a7e5a25f2

Contents?: true

Size: 429 Bytes

Versions: 23

Compression:

Stored size: 429 Bytes

Contents

.form-container
  = bs_horizontal_simple_form_for(@bus_list, url: url_for(action: @bus_list.new_record? ? "create" : "update", controller: "bus_lists")) do |f|
    = f.error_notification

    .form-inputs
      = f.input :name
      = f.input :capacity
      = f.input :needs_bus_captain
      = f.input :notes, input_html: { rows: 15, 'data-simple-mde' => '1' }

    .form-actions
      = f.button :submit, class: 'btn-primary'

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
hackathon_manager-0.14.1 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.14.0 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.12 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.11 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.10 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.9 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.8 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.7 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.6 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.5 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.4 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.3 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.2 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.1 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.13.0 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.12.2 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.12.1 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.12.0 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.11.2 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.11.1 app/views/manage/bus_lists/_form.html.haml