Sha256: 8414fb79b056215efe072a5aed2ac291f78239526a50b5ab50b6ee18837a00df

Contents?: true

Size: 380 Bytes

Versions: 6

Compression:

Stored size: 380 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

.textarea
  = f.label :body
  = f.text_area :body, :class=>'ckeditor_textarea', :cols=>100
.actions
  = f.submit 'Save'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wheels-0.0.48 app/views/pages/_form_fields.html.haml
wheels-0.0.47 app/views/pages/_form_fields.html.haml
wheels-0.0.46 app/views/pages/_form_fields.html.haml
wheels-0.0.45 app/views/pages/_form_fields.html.haml
wheels-0.0.44 app/views/pages/_form_fields.html.haml
wheels-0.0.43 app/views/pages/_form_fields.html.haml