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