Sha256: 25e388d31ef10959c8e0cadba06b2284907895b51b4023c5b7fb02db0ac0a071

Contents?: true

Size: 202 Bytes

Versions: 4

Compression:

Stored size: 202 Bytes

Contents

<%= link_to 'Add new comment', new_sofa_blog_admin_post_comment_path(@post), :class => 'big button' %>

<h1><%= truncate(@post.title) %></h1>

<ul class='list comments'>
  <%= render @comments %>
</ul>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sofa_blog-0.1.3 app/views/sofa_blog/admin/comments/index.html.erb
sofa_blog-0.1.2 app/views/sofa_blog/admin/comments/index.html.erb
sofa_blog-0.1.1 app/views/sofa_blog/admin/comments/index.html.erb
sofa_blog-0.1.0 app/views/sofa_blog/admin/comments/index.html.erb