Sha256: a8792ed693d81aa8893309c63473135ed9ac3594092d152419f124831994a963
Contents?: true
Size: 500 Bytes
Versions: 2
Compression:
Stored size: 500 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Listing Empties</h1> <table> <thead> <tr> <th colspan="3"></th> </tr> </thead> <tbody> <% @empties.each do |empty| %> <tr> <td><%= link_to 'Show', empty %></td> <td><%= link_to 'Edit', edit_empty_path(empty) %></td> <td><%= link_to 'Destroy', empty, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Empty', new_empty_path %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datashift-0.40.1 | spec/dummy/app/views/empties/index.html.erb |
datashift-0.40.0 | spec/dummy/app/views/empties/index.html.erb |