Sha256: 43713f31cea5bb3c732a21580798c41fb11ea73abf11481428f2e41a74915ed7
Contents?: true
Size: 606 Bytes
Versions: 5
Compression:
Stored size: 606 Bytes
Contents
<h1>Listing planets_rogue_planets</h1> <table> <tr> <th>Name</th> <th></th> <th></th> <th></th> </tr> <% @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 %> </table> <br /> <%= link_to 'New Rogue planet', new_planets_rogue_planet_path %>
Version data entries
5 entries across 5 versions & 1 rubygems