Sha256: e9048d4ce2ed43d97678ed9cbba74ff5d0fa1e123f6ce6f04437e514ccecab5c

Contents?: true

Size: 657 Bytes

Versions: 13

Compression:

Stored size: 657 Bytes

Contents

<h1>Listing elliptical_galaxies</h1>

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

<% @elliptical_galaxies.each do |elliptical_galaxy| %>
  <tr>
    <td><%= elliptical_galaxy.name %></td>
    <td><%= link_to 'Show', galaxies_elliptical_galaxy_path(elliptical_galaxy) %></td>
    <td><%= link_to 'Edit', edit_galaxies_elliptical_galaxy_path(elliptical_galaxy) %></td>
    <td><%= link_to 'Destroy', galaxies_elliptical_galaxy_path(elliptical_galaxy), :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Elliptical galaxy', new_galaxies_elliptical_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/elliptical_galaxies/index.html.erb
tabulous-1.3.0 test/applications/rails31/subtabs/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-1.2.0 test/applications/rails31/subtabs/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-1.2.0 test/applications/rails30/subtabs/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-1.1.0 test/applications/rails31/subtabs/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-1.1.0 test/applications/rails30/subtabs/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-1.0.3 test/applications/rails31/subtabs/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-1.0.3 test/applications/rails30/subtabs/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-1.0.2 test/applications/subtabs/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-1.0.1 test/applications/subtabs/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-1.0.0 test/applications/subtabs/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-0.0.2 test/applications/subtabs/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-0.0.1 test/applications/subtabs/app/views/galaxies/elliptical_galaxies/index.html.erb