Sha256: 4f92c32485e6707956e7dd921adc6b0f4e608fe930ec42ba6d58c72ad77453f1

Contents?: true

Size: 609 Bytes

Versions: 13

Compression:

Stored size: 609 Bytes

Contents

<h1>Listing spiral_galaxies</h1>

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

<% @spiral_galaxies.each do |spiral_galaxy| %>
  <tr>
    <td><%= spiral_galaxy.name %></td>
    <td><%= link_to 'Show', galaxies_spiral_galaxy_path(spiral_galaxy) %></td>
    <td><%= link_to 'Edit', edit_galaxies_spiral_galaxy_path(spiral_galaxy) %></td>
    <td><%= link_to 'Destroy', galaxies_spiral_galaxy_path(spiral_galaxy), :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Spiral galaxy', new_galaxies_spiral_galaxy_path %>

Version data entries

13 entries across 9 versions & 1 rubygems

Version Path
tabulous-1.3.0 test/applications/rails30/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-1.3.0 test/applications/rails31/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-1.2.0 test/applications/rails31/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-1.2.0 test/applications/rails30/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-1.1.0 test/applications/rails31/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-1.1.0 test/applications/rails30/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-1.0.3 test/applications/rails31/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-1.0.3 test/applications/rails30/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-1.0.2 test/applications/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-1.0.1 test/applications/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-1.0.0 test/applications/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-0.0.2 test/applications/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-0.0.1 test/applications/subtabs/app/views/galaxies/spiral_galaxies/index.html.erb