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