Sha256: 4e29b9227fee5a3ffbd9ee58bf9236930c3a3494f3e4958761f91c29666e8a80
Contents?: true
Size: 722 Bytes
Versions: 8
Compression:
Stored size: 722 Bytes
Contents
<h1>Listing galaxies_lenticular_galaxies</h1> <table> <thead> <tr> <th>Name</th> <th colspan="3"></th> </tr> </thead> <tbody> <% @galaxies_lenticular_galaxies.each do |galaxies_lenticular_galaxy| %> <tr> <td><%= galaxies_lenticular_galaxy.name %></td> <td><%= link_to 'Show', galaxies_lenticular_galaxy %></td> <td><%= link_to 'Edit', edit_galaxies_lenticular_galaxy_path(galaxies_lenticular_galaxy) %></td> <td><%= link_to 'Destroy', galaxies_lenticular_galaxy, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Lenticular galaxy', new_galaxies_lenticular_galaxy_path %>
Version data entries
8 entries across 4 versions & 1 rubygems