Sha256: 7dc8afdc3581210977d0f14a3be944ecd702ec95556aa37985779e8d10c73e2b
Contents?: true
Size: 681 Bytes
Versions: 6
Compression:
Stored size: 681 Bytes
Contents
<h1>Listing planets_rogue_planets</h1> <table> <thead> <tr> <th>Name</th> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <% @planets_rogue_planets.each do |planets_rogue_planet| %> <tr> <td><%= planets_rogue_planet.name %></td> <td><%= link_to 'Show', planets_rogue_planet %></td> <td><%= link_to 'Edit', edit_planets_rogue_planet_path(planets_rogue_planet) %></td> <td><%= link_to 'Destroy', planets_rogue_planet, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Rogue planet', new_planets_rogue_planet_path %>
Version data entries
6 entries across 6 versions & 1 rubygems