Sha256: 6d13ab61130b4b2cc89632c4f5ac43cb806b802ff4d67357be8f0229797e6f35
Contents?: true
Size: 285 Bytes
Versions: 4
Compression:
Stored size: 285 Bytes
Contents
<ul> <% @comments.each do |c| %> <li><a onclick="new Ajax.Request('/posts/delete_comment/<%= c.id %>?post_id=<%= @post.id %>', {asynchronous:'true', evalScripts:'true'}); return false;" href="#"> [X] </a> <%= c.name %><br /> <%= c.body %> </li> <% end %> </ul>
Version data entries
4 entries across 4 versions & 1 rubygems