Sha256: 235375b5619c2cd832a47415c785325cbd95983209882b936fe0ccdf2531f0a1

Contents?: true

Size: 233 Bytes

Versions: 5

Compression:

Stored size: 233 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

5 entries across 5 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/comments/comments.rhtml
typo-5.0.2 app/views/admin/comments/comments.html.erb
typo-4.1 app/views/admin/comments/comments.rhtml
typo-5.0.1 app/views/admin/comments/comments.html.erb
typo-5.0 app/views/admin/comments/comments.html.erb