Sha256: 6558b1c4f94b9e857025b6aa37478af28b036de4a499a9001e0db5f12e605788

Contents?: true

Size: 609 Bytes

Versions: 6

Compression:

Stored size: 609 Bytes

Contents

<h1>Listing rogue_planets</h1>

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

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

<br>

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

Version data entries

6 entries across 6 versions & 1 rubygems

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