Sha256: e9048d4ce2ed43d97678ed9cbba74ff5d0fa1e123f6ce6f04437e514ccecab5c
Contents?: true
Size: 657 Bytes
Versions: 13
Compression:
Stored size: 657 Bytes
Contents
<h1>Listing elliptical_galaxies</h1> <table> <tr> <th>Name</th> <th></th> <th></th> <th></th> </tr> <% @elliptical_galaxies.each do |elliptical_galaxy| %> <tr> <td><%= elliptical_galaxy.name %></td> <td><%= link_to 'Show', galaxies_elliptical_galaxy_path(elliptical_galaxy) %></td> <td><%= link_to 'Edit', edit_galaxies_elliptical_galaxy_path(elliptical_galaxy) %></td> <td><%= link_to 'Destroy', galaxies_elliptical_galaxy_path(elliptical_galaxy), :confirm => 'Are you sure?', :method => :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Elliptical galaxy', new_galaxies_elliptical_galaxy_path %>
Version data entries
13 entries across 9 versions & 1 rubygems