Sha256: 1b1abc5b3f7cd4cf89ec91510017e497bdbfafdb7b7dd7e7f48e0eb6fc3202f5
Contents?: true
Size: 489 Bytes
Versions: 25
Compression:
Stored size: 489 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Listing Tests</h1> <table> <thead> <tr> <th colspan="3"></th> </tr> </thead> <tbody> <% @tests.each do |test| %> <tr> <td><%= link_to 'Show', test %></td> <td><%= link_to 'Edit', edit_test_path(test) %></td> <td><%= link_to 'Destroy', test, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Test', new_test_path %>
Version data entries
25 entries across 25 versions & 1 rubygems