Sha256: 2eac590618c92581d3f3ece82649ceb04d892a75205f7f8108d5e78d3402b31d

Contents?: true

Size: 642 Bytes

Versions: 19

Compression:

Stored size: 642 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
  = f.label :stylesheet
  = f.text_area :stylesheet
  = hidden_field_tag :container, 'content_pane'
  = hidden_field_tag :ajax_function, 'html'
.actions
  = f.submit 'Save', :disable_with=>"Saving..."

Version data entries

19 entries across 19 versions & 1 rubygems

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