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