Sha256: e59a86cb4d8d557e9b79adb0afa9ccfd12170fbabf3658f4d017d74007b6e73d

Contents?: true

Size: 438 Bytes

Versions: 7

Compression:

Stored size: 438 Bytes

Contents

.form-container
  = 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: 10 }
      %p
        %small
          %em Notes support Markdown and HTML.

    .form-actions
      = f.button :submit

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hackathon_manager-0.6.6 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.6.5 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.6.4 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.6.3 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.6.2 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.6.1 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.6.0 app/views/manage/bus_lists/_form.html.haml