Sha256: 7dc8afdc3581210977d0f14a3be944ecd702ec95556aa37985779e8d10c73e2b

Contents?: true

Size: 681 Bytes

Versions: 6

Compression:

Stored size: 681 Bytes

Contents

<h1>Listing planets_rogue_planets</h1>

<table>
  <thead>
    <tr>
      <th>Name</th>
      <th></th>
      <th></th>
      <th></th>
    </tr>
  </thead>

  <tbody>
    <% @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 %>
  </tbody>
</table>

<br>

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tabulous-2.1.4 spec/applications/multiple_tabsets/rails_4-0-5/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_4-0-5/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_4-0-5/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_4-0-5/app/views/planets/rogue_planets/index.html.erb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_4-0-1/app/views/planets/rogue_planets/index.html.erb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_4-0-0-rc1/app/views/planets/rogue_planets/index.html.erb