Sha256: 8d2b7cac454f16af4b7cd1a8b5e528548810d92f387580c037fe5568cf3d3ea3

Contents?: true

Size: 593 Bytes

Versions: 10

Compression:

Stored size: 593 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, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Rogue planet', new_planets_rogue_planet_path %>

Version data entries

10 entries across 5 versions & 1 rubygems

Version Path
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_3-1-12/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_3-0-20/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_3-0-20/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_3-1-12/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_3-1-12/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_3-0-20/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_3-1-12/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_3-0-20/app/views/planets/rogue_planets/index.html.erb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_3-0-20/app/views/planets/rogue_planets/index.html.erb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_3-1-12/app/views/planets/rogue_planets/index.html.erb