Sha256: cc78a6001265c3b47c071391bc606611f6a7acd45eb9704f25522582250ace81

Contents?: true

Size: 657 Bytes

Versions: 13

Compression:

Stored size: 657 Bytes

Contents

<h1>Listing lenticular_galaxies</h1>

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

<% @lenticular_galaxies.each do |lenticular_galaxy| %>
  <tr>
    <td><%= lenticular_galaxy.name %></td>
    <td><%= link_to 'Show', galaxies_lenticular_galaxy_path(lenticular_galaxy) %></td>
    <td><%= link_to 'Edit', edit_galaxies_lenticular_galaxy_path(lenticular_galaxy) %></td>
    <td><%= link_to 'Destroy', galaxies_lenticular_galaxy_path(lenticular_galaxy), :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

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