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

Version Path
typo-3.99.0 app/views/admin/comments/comments.rhtml
typo-3.99.1 app/views/admin/comments/comments.rhtml
typo-3.99.3 app/views/admin/comments/comments.rhtml
typo-3.99.2 app/views/admin/comments/comments.rhtml
typo-4.0.1 app/views/admin/comments/comments.rhtml
typo-4.0.2 app/views/admin/comments/comments.rhtml
typo-4.0.0 app/views/admin/comments/comments.rhtml
typo-3.99.4 app/views/admin/comments/comments.rhtml
typo-4.0.3 app/views/admin/comments/comments.rhtml