Sha256: 32cb89ef08362936314ebc5ea7f6f767e0e1d35c79d4782dc92b536cf753a364
Contents?: true
Size: 549 Bytes
Versions: 42
Compression:
Stored size: 549 Bytes
Contents
- include_ckeditor = form_for [@blog.user, @blog], :html=>{:multipart=>true} do |f| -if @blog.errors.any? #errorExplanation %h2= "#{pluralize(@blog.errors.count, "error")} prohibited this blog from being saved:" %ul - @blog.errors.full_messages.each do |msg| %li= msg .field .fieldTitle Title = f.text_field :title .field .fieldTitle Body = f.text_area :body, :class=>'ckeditor_textarea' .field .fieldTitle Tags: .tag_list= f.text_field :tag_list .actions = f.submit 'Save'
Version data entries
42 entries across 42 versions & 1 rubygems