Sha256: 7be779bcaa10451b48612c7baffa9b27ccf92bccd091449bb84f238a2bc83db4
Contents?: true
Size: 222 Bytes
Versions: 9
Compression:
Stored size: 222 Bytes
Contents
<% for comment in @comments %> by <strong><%= comment.author %></strong> on <%= comment.created_at %> <%= link_to '[x]', :action => 'comment_destroy', :id => comment.id %> <br /> <%= comment.body %><br /><br /> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems