Sha256: f87b5ae20a43b65db290257e5bb107451d51cf0feb5f0821956718bc9794a1cd

Contents?: true

Size: 365 Bytes

Versions: 14

Compression:

Stored size: 365 Bytes

Contents

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

.field
  = f.label :body
  = f.text_area :body, :class=>'ckeditor_textarea'
.actions
  = f.submit 'Save'

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
wheels-0.0.42 app/views/pages/_form_fields.html.haml
wheels-0.0.41 app/views/pages/_form_fields.html.haml
wheels-0.0.40 app/views/pages/_form_fields.html.haml
wheels-0.0.39 app/views/pages/_form_fields.html.haml
wheels-0.0.38 app/views/pages/_form_fields.html.haml
wheels-0.0.37 app/views/pages/_form_fields.html.haml
wheels-0.0.36 app/views/pages/_form_fields.html.haml
wheels-0.0.35 app/views/pages/_form_fields.html.haml
wheels-0.0.34 app/views/pages/_form_fields.html.haml
wheels-0.0.33 app/views/pages/_form_fields.html.haml
wheels-0.0.32 app/views/pages/_form_fields.html.haml
wheels-0.0.31 app/views/pages/_form_fields.html.haml
wheels-0.0.30 app/views/pages/_form_fields.html.haml
wheels-0.0.29 app/views/pages/_form_fields.html.haml