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

Version Path
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_3-2-13/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_3-2-13/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_3-2-13/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_3-2-13/app/views/planets/rogue_planets/index.html.erb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_3-2-13/app/views/planets/rogue_planets/index.html.erb