Sha256: 776b05a254a33cc607563262cdef9ead7d067bbbcfce77fef10db5964de0f3f5

Contents?: true

Size: 419 Bytes

Versions: 7

Compression:

Stored size: 419 Bytes

Contents

<h1>Listing parents</h1>

<table>
  <tr>
    <th>Name</th>
  </tr>

<% @parents.each do |parent| %>
  <tr>
    <td><%=h parent.name %></td>
    <td><%= link_to 'Show', parent %></td>
    <td><%= link_to 'Edit', edit_parent_path(parent) %></td>
    <td><%= link_to 'Destroy', parent, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New parent', new_parent_path %>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
repeated_auto_complete-0.1.3 test/view_mapper/expected_templates/index.html.erb
repeated_auto_complete-0.1.2 test/view_mapper/expected_templates/index.html.erb
repeated_auto_complete-0.1.1 test/view_mapper/expected_templates/index.html.erb
view_mapper-0.3.3 test/views/has_many/expected_templates/index.html.erb
view_mapper-0.3.2 test/views/has_many/expected_templates/index.html.erb
view_mapper-0.3.1 test/views/has_many/expected_templates/index.html.erb
repeated_auto_complete-0.1.0 test/view_mapper/expected_templates/index.html.erb