Sha256: dd3e0b91d0ebbe737509aa099dbbbb5f094685b56f34bfae8f86a65dabfde620

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 Bytes

Contents

= formatted_form_for @comment, :as => :comment, :url => blog_comments_path(@cms_site.path, @blog.path, @post.slug) do |form|
  
  -# don't need this when installed into your app
  = form.hidden_field :authenticity_token, :value => form_authenticity_token
  
  = form.text_field :author
  = form.text_field :email
  = form.text_area :content
  
  = form.submit 'Submit'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
comfy_blog-1.1.1 app/views/blog/comments/_form.html.haml
comfy_blog-1.1.0 app/views/blog/comments/_form.html.haml