Sha256: a1473a888ccb0bea1d8c4451d8c7c501f1b54e9aff11ae09b92a6918e75440c7

Contents?: true

Size: 370 Bytes

Versions: 4

Compression:

Stored size: 370 Bytes

Contents

= comfy_form_for @comment, :as => :comment, :url => comfy_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

4 entries across 4 versions & 1 rubygems

Version Path
comfy_blog-1.12.3 app/views/comfy/blog/comments/_form.html.haml
comfy_blog-1.12.2 app/views/comfy/blog/comments/_form.html.haml
comfy_blog-1.12.1 app/views/comfy/blog/comments/_form.html.haml
comfy_blog-1.12.0 app/views/comfy/blog/comments/_form.html.haml