Sha256: 88f4b0a1081787d777031e6ae692eea19601f53d4f0af497555c948e07333607

Contents?: true

Size: 337 Bytes

Versions: 59

Compression:

Stored size: 337 Bytes

Contents

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

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

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
wheels-0.1.30 app/views/forums/_form.html.haml
wheels-0.1.28 app/views/forums/_form.html.haml
wheels-0.1.27 app/views/forums/_form.html.haml
wheels-0.1.25 app/views/forums/_form.html.haml
wheels-0.1.24 app/views/forums/_form.html.haml
wheels-0.1.23 app/views/forums/_form.html.haml
wheels-0.1.22 app/views/forums/_form.html.haml
wheels-0.1.21 app/views/forums/_form.html.haml
wheels-0.1.20 app/views/forums/_form.html.haml
wheels-0.1.19 app/views/forums/_form.html.haml
wheels-0.1.18 app/views/forums/_form.html.haml
wheels-0.1.17 app/views/forums/_form.html.haml
wheels-0.1.16 app/views/forums/_form.html.haml
wheels-0.1.15 app/views/forums/_form.html.haml
wheels-0.1.14 app/views/forums/_form.html.haml
wheels-0.1.13 app/views/forums/_form.html.haml
wheels-0.1.12 app/views/forums/_form.html.haml
wheels-0.1.10 app/views/forums/_form.html.haml
wheels-0.1.9 app/views/forums/_form.html.haml
wheels-0.1.8 app/views/forums/_form.html.haml