Sha256: 9ba456cb87217dbc6ab58e326316f44b1bb8dc16cf1a6d874478c2c83f8fb612
Contents?: true
Size: 433 Bytes
Versions: 1
Compression:
Stored size: 433 Bytes
Contents
<h1>Listing tasklists</h1> <table> <tr> <th></th> <th></th> <th></th> </tr> <% @tasklists.each do |tasklist| %> <tr> <td><%= link_to 'Show', tasklist %></td> <td><%= link_to 'Edit', edit_tasklist_path(tasklist) %></td> <td><%= link_to 'Destroy', tasklist, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Tasklist', new_tasklist_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jquery_dynamic_fields-0.0.4 | spec/dummy/app/views/tasklists/index.html.erb |