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