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