Sha256: 9bf5ffc708c3f4ac62f884618094ff3f3777240e7d50abd140c286bd52dbd6cc
Contents?: true
Size: 489 Bytes
Versions: 55
Compression:
Stored size: 489 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Listing Worms</h1> <table> <thead> <tr> <th colspan="3"></th> </tr> </thead> <tbody> <% @worms.each do |worm| %> <tr> <td><%= link_to 'Show', worm %></td> <td><%= link_to 'Edit', edit_worm_path(worm) %></td> <td><%= link_to 'Destroy', worm, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Worm', new_worm_path %>
Version data entries
55 entries across 55 versions & 1 rubygems