Sha256: 9246df8120702de12c438d7c707a1324d816e1d7fe783b9e362e2de92e7aa507

Contents?: true

Size: 627 Bytes

Versions: 11

Compression:

Stored size: 627 Bytes

Contents

<h1>Listing galaxies_spiral_galaxies</h1>

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

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

<br />

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

Version data entries

11 entries across 6 versions & 1 rubygems

Version Path
tabulous-2.1.3 spec/applications/subtabs/rails_3-2-13/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_3-2-13/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_3-2-13/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.2 spec/applications/subtabs/rails_3-2-13/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_3-2-13/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.1 spec/applications/subtabs/rails_3-2-13/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.0 spec/applications/subtabs/rails_3-2-13/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_3-2-13/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_3-2-13/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.0.0 spec/applications/subtabs/rails_3-2-13/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-1.3.2 spec/applications/subtabs/rails_3-2-13/app/views/galaxies/spiral_galaxies/index.html.erb