Sha256: c33343408bb45fbc7070581533d100454651ff25eef26d305f3d9b67428af7db

Contents?: true

Size: 558 Bytes

Versions: 70

Compression:

Stored size: 558 Bytes

Contents

<h1>Listing comments</h1>

<table>
  <tr>
    <th>Post</th>
    <th>Author</th>
    <th>Body</th>
  </tr>
  
<% for comment in @comments %>
  <tr>
    <td><%=h comment.post_id %></td>
    <td><%=h comment.author %></td>
    <td><%=h comment.body %></td>
    <td><%= link_to 'Show', object_url(comment) %></td>
    <td><%= link_to 'Edit', edit_object_url(comment) %></td>
    <td><%= link_to 'Destroy', object_url(comment), :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New comment', new_object_url%>

Version data entries

70 entries across 70 versions & 22 rubygems

Version Path
akitaonrails-resource_controller-0.5.2 test/app/views/comments/index.rhtml
akitaonrails-resource_controller-0.5.3 test/app/views/comments/index.rhtml
csmosx-resource_controller-0.6.6 test/app/views/comments/index.rhtml
csmosx-resource_controller-0.6.7 test/app/views/comments/index.rhtml
dkubb-resource_controller-0.6.5 test/app/views/comments/index.rhtml
giraffesoft-resource_controller-0.4.10 test/app/views/comments/index.rhtml
giraffesoft-resource_controller-0.4.12 test/app/views/comments/index.rhtml
giraffesoft-resource_controller-0.4.9 test/app/views/comments/index.rhtml
giraffesoft-resource_controller-0.5.2 test/app/views/comments/index.rhtml
giraffesoft-resource_controller-0.5.3 test/app/views/comments/index.rhtml
giraffesoft-resource_controller-0.5.5 test/app/views/comments/index.rhtml
giraffesoft-resource_controller-0.5.6 test/app/views/comments/index.rhtml
giraffesoft-resource_controller-0.6.0 test/app/views/comments/index.rhtml
giraffesoft-resource_controller-0.6.1 test/app/views/comments/index.rhtml
giraffesoft-resource_controller-0.6.5 test/app/views/comments/index.rhtml
jeffrafter-resource_controller-0.5.5 test/app/views/comments/index.rhtml
kdmny-spree-0.0.1 vendor/plugins/resource_controller/test/app/views/comments/index.rhtml
korin-resource_controller-0.5.3 test/app/views/comments/index.rhtml
maser-resource_controller-0.6.6 test/app/views/comments/index.rhtml
nileshtrivedi-lp_resource_builder-0.5.1 test/app/views/comments/index.rhtml