Sha256: 09fc7edb7142e4466d9f5efdf0b77ea4a0be61e423d649867035c114a7a41449

Contents?: true

Size: 403 Bytes

Versions: 10

Compression:

Stored size: 403 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 }

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hackathon_manager-0.10.1 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.10.0 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.9.2 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.9.1 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.9.0 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.8.2 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.8.1 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.8.0 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.7.1 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.7.0 app/views/manage/bus_lists/_form.html.haml