Sha256: 787b4a1961664b9c0e42e44fd2a753404083b62c0be84f161a0f71d50a8e58ce

Contents?: true

Size: 563 Bytes

Versions: 12

Compression:

Stored size: 563 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Listing Planets</h1>

<table>
  <thead>
    <tr>
      <th>Name</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @planets.each do |planet| %>
      <tr>
        <td><%= planet.name %></td>
        <td><%= link_to 'Show', planet %></td>
        <td><%= link_to 'Edit', edit_planet_path(planet) %></td>
        <td><%= link_to 'Destroy', planet, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Planet', new_planet_path %>

Version data entries

12 entries across 3 versions & 1 rubygems

Version Path
tabulous-2.1.4 spec/applications/simple_tabs/rails_4-2-0/app/views/planets/index.html.erb
tabulous-2.1.4 spec/applications/main/rails_4-2-0/app/views/planets/index.html.erb
tabulous-2.1.4 spec/applications/bootstrap/rails_4-2-0/app/views/planets/index.html.erb
tabulous-2.1.4 spec/applications/custom_renderer/rails_4-2-0/app/views/planets/index.html.erb
tabulous-2.1.3 spec/applications/main/rails_4-2-0/app/views/planets/index.html.erb
tabulous-2.1.3 spec/applications/bootstrap/rails_4-2-0/app/views/planets/index.html.erb
tabulous-2.1.3 spec/applications/custom_renderer/rails_4-2-0/app/views/planets/index.html.erb
tabulous-2.1.3 spec/applications/simple_tabs/rails_4-2-0/app/views/planets/index.html.erb
tabulous-2.1.2 spec/applications/bootstrap/rails_4-2-0/app/views/planets/index.html.erb
tabulous-2.1.2 spec/applications/simple_tabs/rails_4-2-0/app/views/planets/index.html.erb
tabulous-2.1.2 spec/applications/main/rails_4-2-0/app/views/planets/index.html.erb
tabulous-2.1.2 spec/applications/custom_renderer/rails_4-2-0/app/views/planets/index.html.erb