Sha256: f87b5ae20a43b65db290257e5bb107451d51cf0feb5f0821956718bc9794a1cd
Contents?: true
Size: 365 Bytes
Versions: 14
Compression:
Stored size: 365 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 = f.label :body = f.text_area :body, :class=>'ckeditor_textarea' .actions = f.submit 'Save'
Version data entries
14 entries across 14 versions & 1 rubygems