Sha256: 3d27e08cc7731156ae205eca0e7de87e8072df46a73456b58add48339878ee61

Contents?: true

Size: 590 Bytes

Versions: 10

Compression:

Stored size: 590 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
  .fieldName "Display Title for this page?"
  = f.check_box :show_title

.textarea
  = f.label :body
  = f.text_area :body, :class=>'ckeditor_textarea', :cols=>100, :rows=>25
  = hidden_field_tag :container, 'content_pane'
  = hidden_field_tag :ajax_function, 'html'
.actions
  = f.submit 'Save', :disable_with=>"Saving..."

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wheels-0.1.8 app/views/pages/_form_fields.html.haml
wheels-0.1.7 app/views/pages/_form_fields.html.haml
wheels-0.1.6 app/views/pages/_form_fields.html.haml
wheels-0.1.5 app/views/pages/_form_fields.html.haml
wheels-0.1.4 app/views/pages/_form_fields.html.haml
wheels-0.1.3 app/views/pages/_form_fields.html.haml
wheels-0.1.2 app/views/pages/_form_fields.html.haml
wheels-0.1.1 app/views/pages/_form_fields.html.haml
wheels-0.1.0 app/views/pages/_form_fields.html.haml
wheels-0.0.49 app/views/pages/_form_fields.html.haml