<% attributes.each do |attribute| -%> <td><%%= <%= attribute.name %> %></td> <% end -%>

<td><a href=“#/<%%= id %>”>Show</a></td> <td><a href=“#/<%%= id %>/edit”>Edit</a></td> <td><a href=“#/<%%= id %>/destroy” class=“destroy”>Destroy</a></td>