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