Sha256: 6ab5cfadafd75ec033d68cec749145ccfae16c1dffab31243306ef768a62348e

Contents?: true

Size: 332 Bytes

Versions: 29

Compression:

Stored size: 332 Bytes

Contents

= form_for @menu do |f|
  -if @menu.errors.any?
    #errorExplanation
      %h2= "#{pluralize(@menu.errors.count, "error")} prohibited this menu from being saved:"
      %ul
        - @menu.errors.full_messages.each do |msg|
          %li= msg

  .field
    = f.label :name
    = f.text_field :name
  .actions
    = f.submit 'Save'

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
wheels-0.1.7 app/views/menus/_form.html.haml
wheels-0.1.6 app/views/menus/_form.html.haml
wheels-0.1.5 app/views/menus/_form.html.haml
wheels-0.1.4 app/views/menus/_form.html.haml
wheels-0.1.3 app/views/menus/_form.html.haml
wheels-0.1.2 app/views/menus/_form.html.haml
wheels-0.1.1 app/views/menus/_form.html.haml
wheels-0.1.0 app/views/menus/_form.html.haml
wheels-0.0.49 app/views/menus/_form.html.haml