Sha256: accd0d0d155e8e2d9dceb95235aff5cbcebfce8c464fb6c1d85771fdb5f78212

Contents?: true

Size: 182 Bytes

Versions: 10

Compression:

Stored size: 182 Bytes

Contents

%h3= @post.title
%p=  @post.content

%p
  Comments count: #{@post.comments_sum}

= render partial: 'the_comments/tree', locals: { commentable: @post, comments_tree: @comments }

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
fuck_comments-2.3.4 spec/dummy_app/app/views/posts/show.html.haml
the_comments_ruby-2.3.4 spec/dummy_app/app/views/posts/show.html.haml
the_comments_ruby-2.3.3 spec/dummy_app/app/views/posts/show.html.haml
the_comments-2.3.1 spec/dummy_app/app/views/posts/show.html.haml
the_comments-2.2.2 spec/dummy_app/app/views/posts/show.html.haml
the_comments-2.2.1 spec/dummy_app/app/views/posts/show.html.haml
the_comments-2.2.0 spec/dummy_app/app/views/posts/show.html.haml
the_comments-2.1.0 spec/dummy_app/app/views/posts/show.html.haml
the_comments-2.0.1 spec/dummy_app/app/views/posts/show.html.haml
the_comments-2.0.0 spec/dummy_app/app/views/posts/show.html.haml