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

Version Path
tabulous-2.1.3 spec/applications/subtabs/rails_3-1-12/app/views/rogue_planets/index.html.erb
tabulous-2.1.3 spec/applications/subtabs/rails_3-0-20/app/views/rogue_planets/index.html.erb
tabulous-2.1.2 spec/applications/subtabs/rails_3-0-20/app/views/rogue_planets/index.html.erb
tabulous-2.1.2 spec/applications/subtabs/rails_3-1-12/app/views/rogue_planets/index.html.erb
tabulous-2.1.1 spec/applications/subtabs/rails_3-0-20/app/views/rogue_planets/index.html.erb
tabulous-2.1.1 spec/applications/subtabs/rails_3-1-12/app/views/rogue_planets/index.html.erb
tabulous-2.1.0 spec/applications/subtabs/rails_3-1-12/app/views/rogue_planets/index.html.erb
tabulous-2.1.0 spec/applications/subtabs/rails_3-0-20/app/views/rogue_planets/index.html.erb
tabulous-2.0.0 spec/applications/subtabs/rails_3-1-12/app/views/rogue_planets/index.html.erb
tabulous-2.0.0 spec/applications/subtabs/rails_3-0-20/app/views/rogue_planets/index.html.erb
tabulous-1.3.2 spec/applications/subtabs/rails_3-1-12/app/views/rogue_planets/index.html.erb
tabulous-1.3.2 spec/applications/subtabs/rails_3-0-20/app/views/rogue_planets/index.html.erb
tabulous-1.3.0 test/applications/rails31/subtabs/app/views/rogue_planets/index.html.erb
tabulous-1.3.0 test/applications/rails30/subtabs/app/views/rogue_planets/index.html.erb
tabulous-1.2.0 test/applications/rails30/subtabs/app/views/rogue_planets/index.html.erb
tabulous-1.2.0 test/applications/rails31/subtabs/app/views/rogue_planets/index.html.erb
tabulous-1.1.0 test/applications/rails31/subtabs/app/views/rogue_planets/index.html.erb
tabulous-1.1.0 test/applications/rails30/subtabs/app/views/rogue_planets/index.html.erb
tabulous-1.0.3 test/applications/rails30/subtabs/app/views/rogue_planets/index.html.erb
tabulous-1.0.3 test/applications/rails31/subtabs/app/views/rogue_planets/index.html.erb