Sha256: f9ef798f2dbc1aa522c9edf49c4b3cbe6b3dfae6136c02150adf008f02ee1d7e

Contents?: true

Size: 267 Bytes

Versions: 4

Compression:

Stored size: 267 Bytes

Contents

%h3.comments
  %a(name="comments") Comments

= render @comments

- if flash[:comment_notice]
  %p.flash.notice
    %a(name="comment-flash")= flash[:comment_notice]

= render(:partial => 'rails_blog_engine/comments/form',
         :locals => { :comment => @comment })

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails_blog_engine-0.0.4 app/views/rails_blog_engine/posts/_comments_section.html.haml
rails_blog_engine-0.0.3 app/views/rails_blog_engine/posts/_comments_section.html.haml
rails_blog_engine-0.0.2 app/views/rails_blog_engine/posts/_comments_section.html.haml
rails_blog_engine-0.0.1 app/views/rails_blog_engine/posts/_comments_section.html.haml