Sha256: 785b8af9f93b6cbf85b1bb76a6dfaec8e00f8c09c66d1bb03a967c22f7d72389
Contents?: true
Size: 387 Bytes
Versions: 1
Compression:
Stored size: 387 Bytes
Contents
<h1>Listing chips</h1> <table> <tr> <th></th> <th></th> <th></th> </tr> <% @chips.each do |chip| %> <tr> <td><%= link_to 'Show', chip %></td> <td><%= link_to 'Edit', edit_chip_path(chip) %></td> <td><%= link_to 'Destroy', chip, confirm: 'Are you sure?', method: :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Chip', new_chip_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
routespec-0.0.1 | test/rails311/app/views/chips/index.html.erb |