Sha256: 6417e4a1db7bf6fa4df64c87c64a3a18761f2ae486e4fa9008616e2cb1cc3e26
Contents?: true
Size: 615 Bytes
Versions: 3
Compression:
Stored size: 615 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Listing Records</h1> <table> <thead> <tr> <th colspan="3"></th> </tr> </thead> <tbody> <% @records.each do |record| %> <tr> <td><%= link_to 'Show', data_set_record_path(@data_set, record) %></td> <td><%= link_to 'Edit', edit_data_set_record_path(@data_set, record) %></td> <td><%= button_to 'Destroy', data_set_record_path(@data_set, record), method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Record', new_data_set_record_path(@data_set) %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tin_opener-0.0.3 | app/views/tin_opener/records/index.html.erb |
tin_opener-0.0.2 | app/views/tin_opener/records/index.html.erb |
tin_opener-0.0.1 | app/views/tin_opener/records/index.html.erb |