Sha256: 4e28a14fae610e97f76fd1bfe6364ebdb973a941b8ac91b860a76b804a320394

Contents?: true

Size: 442 Bytes

Versions: 70

Compression:

Stored size: 442 Bytes

Contents

<h1>Listing people</h1>

<table>
  <tr>
    <th>Name</th>
  </tr>
  
<% for person in @people %>
  <tr>
    <td><%=h person.name %></td>
    <td><%= link_to 'Show', person_path(person) %></td>
    <td><%= link_to 'Edit', edit_person_path(person) %></td>
    <td><%= link_to 'Destroy', person_path(person), :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New person', new_person_path %>

Version data entries

70 entries across 70 versions & 22 rubygems

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