Sha256: bbd055e111f3f757c58c2c473d459b354770b088192e517f05d5ad8c25064611
Contents?: true
Size: 534 Bytes
Versions: 6
Compression:
Stored size: 534 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, :method => :delete, :data => { :confirm => 'Are you sure?' } %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Rogue planet', new_rogue_planet_path %>
Version data entries
6 entries across 6 versions & 1 rubygems