Sha256: 191cb45745ea313a0b678e16c9f0b19c1ec5be59953ab3eff081f86ed40c726d
Contents?: true
Size: 426 Bytes
Versions: 4
Compression:
Stored size: 426 Bytes
Contents
<h1>Listing entities</h1> <table> <tr> <th></th> <th></th> <th></th> </tr> <% @entities.each do |entity| %> <tr> <td><%= link_to 'Show', entity %></td> <td><%= link_to 'Edit', edit_entity_path(entity) %></td> <td><%= link_to 'Destroy', entity, :method => :delete, :data => { :confirm => 'Are you sure?' } %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Entity', new_entity_path %>
Version data entries
4 entries across 4 versions & 1 rubygems