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