Sha256: 72124d26d3a4473dba5b828535066a5c35127a7f27786d409af30b6ecb775be8

Contents?: true

Size: 437 Bytes

Versions: 4

Compression:

Stored size: 437 Bytes

Contents

- include_ckeditor

= form_for @page do |f|
  -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

4 entries across 4 versions & 1 rubygems

Version Path
wheels-0.0.21 app/views/pages/_form.html.haml
wheels-0.0.20 app/views/pages/_form.html.haml
wheels-0.0.19 app/views/pages/_form.html.haml
wheels-0.0.18 app/views/pages/_form.html.haml