Sha256: b25eab39745dd011397f92cdfd1bd873ec6da07c4d904f86413258d5197d74f7
Contents?: true
Size: 685 Bytes
Versions: 3
Compression:
Stored size: 685 Bytes
Contents
<h1>Listing samples</h1> <table> <thead> <tr> <th>Name</th> <th>Dated at</th> <th>Datetimed at</th> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <% @samples.each do |sample| %> <tr> <td><%= sample.name %></td> <td><%= sample.dated_at %></td> <td><%= sample.datetimed_at %></td> <td><%= link_to 'Show', sample %></td> <td><%= link_to 'Edit', edit_sample_path(sample) %></td> <td><%= link_to 'Destroy', sample, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Sample', new_sample_path %>
Version data entries
3 entries across 3 versions & 1 rubygems