Sha256: 3e01139c8613d3f3df9384b4a8544f22e1390cb86cd2729cfe8ccf9299f61fec

Contents?: true

Size: 283 Bytes

Versions: 73

Compression:

Stored size: 283 Bytes

Contents

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

  .actions
    = f.submit 'Save'

Version data entries

73 entries across 73 versions & 1 rubygems

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