Sha256: 79dac78fb46969eca95d08b8961d8c9eb00c8c763b9b28ace65d9a27a4fb5e6e
Contents?: true
Size: 521 Bytes
Versions: 25
Compression:
Stored size: 521 Bytes
Contents
<h1>Listing rogue_planets</h1> <table> <tr> <th>Name</th> <th></th> <th></th> <th></th> </tr> <% @rogue_planets.each do |rogue_planet| %> <tr> <td><%= rogue_planet.name %></td> <td><%= link_to 'Show', rogue_planet %></td> <td><%= link_to 'Edit', edit_rogue_planet_path(rogue_planet) %></td> <td><%= link_to 'Destroy', rogue_planet, :confirm => 'Are you sure?', :method => :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Rogue planet', new_rogue_planet_path %>
Version data entries
25 entries across 15 versions & 1 rubygems