Sha256: 3e11f6b4d702966df6dc470223fd227f0b68777b621c91aacd8ecafe389df557

Contents?: true

Size: 576 Bytes

Versions: 5

Compression:

Stored size: 576 Bytes

Contents

<h1>Listing planets_exoplanets</h1>

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

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

<br />

<%= link_to 'New Exoplanet', new_planets_exoplanet_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/exoplanets/index.html.erb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_3-2-13/app/views/planets/exoplanets/index.html.erb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_3-2-13/app/views/planets/exoplanets/index.html.erb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_3-2-13/app/views/planets/exoplanets/index.html.erb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_3-2-13/app/views/planets/exoplanets/index.html.erb