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.30 app/views/menus/_form.html.haml
wheels-0.1.28 app/views/menus/_form.html.haml
wheels-0.1.27 app/views/menus/_form.html.haml
wheels-0.1.25 app/views/menus/_form.html.haml
wheels-0.1.24 app/views/menus/_form.html.haml
wheels-0.1.23 app/views/menus/_form.html.haml
wheels-0.1.22 app/views/menus/_form.html.haml
wheels-0.1.21 app/views/menus/_form.html.haml
wheels-0.1.20 app/views/menus/_form.html.haml
wheels-0.1.19 app/views/menus/_form.html.haml
wheels-0.1.18 app/views/menus/_form.html.haml
wheels-0.1.17 app/views/menus/_form.html.haml
wheels-0.1.16 app/views/menus/_form.html.haml
wheels-0.1.15 app/views/menus/_form.html.haml
wheels-0.1.14 app/views/menus/_form.html.haml
wheels-0.1.13 app/views/menus/_form.html.haml
wheels-0.1.12 app/views/menus/_form.html.haml
wheels-0.1.10 app/views/menus/_form.html.haml
wheels-0.1.9 app/views/menus/_form.html.haml
wheels-0.1.8 app/views/menus/_form.html.haml