Sha256: 5ec09320d25059e1980b76c94915c83a6f270c8bddd214da2aa76e2278738690

Contents?: true

Size: 398 Bytes

Versions: 23

Compression:

Stored size: 398 Bytes

Contents

= 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

23 entries across 23 versions & 1 rubygems

Version Path
hackathon_manager-0.5.11 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.5.10 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.5.9 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.5.8 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.5.7 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.5.6 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.5.5 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.5.4 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.5.3 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.5.2 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.5.1 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.5.0 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.4.4 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.4.3 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.4.2 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.4.1 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.4.0 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.3.3 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.3.2 app/views/manage/bus_lists/_form.html.haml
hackathon_manager-0.3.1 app/views/manage/bus_lists/_form.html.haml