Sha256: 591f748128832101bcec90ba1cfe58291ea51cf123f9767831a5c4787c3c7875

Contents?: true

Size: 471 Bytes

Versions: 70

Compression:

Stored size: 471 Bytes

Contents

<h1>Listing posts</h1>

<table>
  <tr>
    <th>Title</th>
    <th>Body</th>
  </tr>
  
<% for post in @posts %>
  <tr>
    <td><%=h post.title %></td>
    <td><%=h post.body %></td>
    <td><%= link_to 'Show', post_path(post) %></td>
    <td><%= link_to 'Edit', edit_post_path(post) %></td>
    <td><%= link_to 'Destroy', post_path(post), :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New post', new_post_path %>

Version data entries

70 entries across 70 versions & 22 rubygems

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