Sha256: 3e11f6b4d702966df6dc470223fd227f0b68777b621c91aacd8ecafe389df557
Contents?: true
Size: 576 Bytes
Versions: 5
Compression:
Stored size: 576 Bytes
Contents
<h1>Listing planets_exoplanets</h1> <table> <tr> <th>Name</th> <th></th> <th></th> <th></th> </tr> <% @planets_exoplanets.each do |planets_exoplanet| %> <tr> <td><%= planets_exoplanet.name %></td> <td><%= link_to 'Show', planets_exoplanet %></td> <td><%= link_to 'Edit', edit_planets_exoplanet_path(planets_exoplanet) %></td> <td><%= link_to 'Destroy', planets_exoplanet, :method => :delete, :data => { :confirm => 'Are you sure?' } %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Exoplanet', new_planets_exoplanet_path %>
Version data entries
5 entries across 5 versions & 1 rubygems