Sha256: a58cbced87707e6e93fbdfbc9a80a299e6f68584d25d97f8c55b8c0ce3c8f610

Contents?: true

Size: 283 Bytes

Versions: 36

Compression:

Stored size: 283 Bytes

Contents

= simple_form_for @contact, :validate => true do |f|
  = f.input :name, :label => "What's your name?"
  = f.input :email, :label =>  "and email address?"
  = f.input :message, :label => "Your message.", :input_html => { :cols => 48, :rows => 5 }
  = f.button :submit, "Send Message" 

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
sbdevcore-0.3.10 app/views/contacts/_form.html.haml
sbdevcore-0.3.9 app/views/contacts/_form.html.haml
sbdevcore-0.3.8 app/views/contacts/_form.html.haml
sbdevcore-0.3.7 app/views/contacts/_form.html.haml
sbdevcore-0.3.6 app/views/contacts/_form.html.haml
sbdevcore-0.3.5 app/views/contacts/_form.html.haml
sbdevcore-0.3.4 app/views/contacts/_form.html.haml
sbdevcore-0.3.3 app/views/contacts/_form.html.haml
sbdevcore-0.3.2 app/views/contacts/_form.html.haml
sbdevcore-0.3.1 app/views/contacts/_form.html.haml
sbdevcore-0.3.0 app/views/contacts/_form.html.haml
sbdevcore-0.2.26 app/views/contacts/_form.html.haml
sbdevcore-0.2.25 app/views/contacts/_form.html.haml
sbdevcore-0.2.24 app/views/contacts/_form.html.haml
sbdevcore-0.2.23 app/views/contacts/_form.html.haml
sbdevcore-0.2.22 app/views/contacts/_form.html.haml
sbdevcore-0.2.21 app/views/contacts/_form.html.haml
sbdevcore-0.2.20 app/views/contacts/_form.html.haml
sbdevcore-0.2.19 app/views/contacts/_form.html.haml
sbdevcore-0.2.18 app/views/contacts/_form.html.haml