Sha256: 3c883b375c068d5816b64fe94f96557c83339a32e114441cc2fa169716f62244
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
<h1>Listing Zoos</h1> <table> <tr> <th> </th> </tr> <% for zoo in @zoos %> <tr> <td> </td> <td><%= link_to("Show", zoos_show_url(:id => zoo)) %></td> <td><%= link_to("Edit", zoos_edit_url(:id => zoo)) %></td> <td><%= link_to("Delete", zoos_delete_url(:id => zoo), :method => :delete, :confirm => "Are you sure?") %></td> </tr> <% end %> </table> <br /> <%= link_to("New Zoo", zoos_new_url) %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mack-data_mapper-0.5.5 | test/fixtures/zoo_no_cols/index.html.erb.fixture |