Sha256: 8d03355e7998d115cb3ecf70b9f9b4f94752edf39425d85bcb2ae9dfdb1096da

Contents?: true

Size: 463 Bytes

Versions: 60

Compression:

Stored size: 463 Bytes

Contents

<h1>Listing galaxies</h1>

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

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

<br />

<%= link_to 'New Galaxy', new_galaxy_path %>

Version data entries

60 entries across 15 versions & 1 rubygems

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