Sha256: d898cc0c865e588668366eec7b4428ee2553f0a72ee6e7fa0cd5db719af0e0f5
Contents?: true
Size: 570 Bytes
Versions: 2
Compression:
Stored size: 570 Bytes
Contents
<tr class='comment' id='comment-<%= comment.id %>'> <td><%= comment.subject %></td> <td><%= comment.body %></td> <td><%= link_to comment.attachment_file_name, comment.attachment.url if comment.attachment? %></td> <td><%= link_to comment.other_attachment_file_name, comment.other_attachment.url if comment.other_attachment? %></td> <td><%= link_to 'Show', comment %></td> <td><%= link_to 'Edit', edit_comment_path(comment) %></td> <td><%= link_to 'Destroy', comment, :data => {:confirm => 'Are you sure?'}, :method => :delete, :remote => true %></td> </tr>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
remotipart-1.4.4 | spec/dummy_app/app/views/comments/_comment.html.erb |
remotipart-1.4.3 | spec/dummy_app/app/views/comments/_comment.html.erb |