Sha256: d38e15a0f1cbf1d061e9d672a8ae73538e1b70f81e3880266ac271bbef2dbd76
Contents?: true
Size: 668 Bytes
Versions: 3
Compression:
Stored size: 668 Bytes
Contents
<h1>Listing namespaced_whizzers</h1> <table> <thead> <tr> <th>Permalink</th> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <% @namespaced_whizzers.each do |namespaced_whizzer| %> <tr> <td><%= namespaced_whizzer.permalink %></td> <td><%= link_to 'Show', namespaced_whizzer %></td> <td><%= link_to 'Edit', edit_namespaced_whizzer_path(namespaced_whizzer) %></td> <td><%= link_to 'Destroy', namespaced_whizzer, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Whizzer', new_namespaced_whizzer_path %>
Version data entries
3 entries across 3 versions & 1 rubygems