Sha256: b052292251616a67d5be7d24261a7d8fd23a817f6559d6c6a232acf5c1e14097

Contents?: true

Size: 229 Bytes

Versions: 4

Compression:

Stored size: 229 Bytes

Contents

= simple_form_for(comment, :url => post_comments_path(comment.post)) do |f|
  = f.input :author_byline
  = f.input :author_email
  = f.input :author_url
  = f.input :body
  = f.button :submit, :class => "new_comment btn primary"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails_blog_engine-0.0.4 app/views/rails_blog_engine/comments/_form.html.haml
rails_blog_engine-0.0.3 app/views/rails_blog_engine/comments/_form.html.haml
rails_blog_engine-0.0.2 app/views/rails_blog_engine/comments/_form.html.haml
rails_blog_engine-0.0.1 app/views/rails_blog_engine/comments/_form.html.haml