Sha256: a41dc5cea36db7f27361544cb4cddc18c58b60b02a3768bd1d3bb4020091637c

Contents?: true

Size: 549 Bytes

Versions: 18

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
    = f.label :title
    = f.text_field :title
  .field
    = f.label "tag_list"
    .tag_list= f.text_area :tag_list
  .field
    = f.label :body
    = f.text_area :body, :class=>'ckeditor_textarea'
  .actions
    = f.submit 'Save'

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
wheels-0.0.35 app/views/blogs/_form.html.haml
wheels-0.0.34 app/views/blogs/_form.html.haml
wheels-0.0.33 app/views/blogs/_form.html.haml
wheels-0.0.32 app/views/blogs/_form.html.haml
wheels-0.0.31 app/views/blogs/_form.html.haml
wheels-0.0.30 app/views/blogs/_form.html.haml
wheels-0.0.29 app/views/blogs/_form.html.haml
wheels-0.0.28 app/views/blogs/_form.html.haml
wheels-0.0.27 app/views/blogs/_form.html.haml
wheels-0.0.26 app/views/blogs/_form.html.haml
wheels-0.0.25 app/views/blogs/_form.html.haml
wheels-0.0.24 app/views/blogs/_form.html.haml
wheels-0.0.23 app/views/blogs/_form.html.haml
wheels-0.0.22 app/views/blogs/_form.html.haml
wheels-0.0.21 app/views/blogs/_form.html.haml
wheels-0.0.20 app/views/blogs/_form.html.haml
wheels-0.0.19 app/views/blogs/_form.html.haml
wheels-0.0.18 app/views/blogs/_form.html.haml