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-2.1.3 spec/applications/simple_tabs/rails_3-1-12/app/views/galaxies/index.html.erb
tabulous-2.1.3 spec/applications/main/rails_3-0-20/app/views/galaxies/index.html.erb
tabulous-2.1.3 spec/applications/custom_renderer/rails_3-0-20/app/views/galaxies/index.html.erb
tabulous-2.1.3 spec/applications/custom_renderer/rails_3-1-12/app/views/galaxies/index.html.erb
tabulous-2.1.3 spec/applications/simple_tabs/rails_3-0-20/app/views/galaxies/index.html.erb
tabulous-2.1.3 spec/applications/main/rails_3-1-12/app/views/galaxies/index.html.erb
tabulous-2.1.2 spec/applications/simple_tabs/rails_3-0-20/app/views/galaxies/index.html.erb
tabulous-2.1.2 spec/applications/custom_renderer/rails_3-0-20/app/views/galaxies/index.html.erb
tabulous-2.1.2 spec/applications/simple_tabs/rails_3-1-12/app/views/galaxies/index.html.erb
tabulous-2.1.2 spec/applications/custom_renderer/rails_3-1-12/app/views/galaxies/index.html.erb
tabulous-2.1.2 spec/applications/main/rails_3-0-20/app/views/galaxies/index.html.erb
tabulous-2.1.2 spec/applications/main/rails_3-1-12/app/views/galaxies/index.html.erb
tabulous-2.1.1 spec/applications/custom_renderer/rails_3-1-12/app/views/galaxies/index.html.erb
tabulous-2.1.1 spec/applications/main/rails_3-0-20/app/views/galaxies/index.html.erb
tabulous-2.1.1 spec/applications/main/rails_3-1-12/app/views/galaxies/index.html.erb
tabulous-2.1.1 spec/applications/simple_tabs/rails_3-0-20/app/views/galaxies/index.html.erb
tabulous-2.1.1 spec/applications/simple_tabs/rails_3-1-12/app/views/galaxies/index.html.erb
tabulous-2.1.1 spec/applications/custom_renderer/rails_3-0-20/app/views/galaxies/index.html.erb
tabulous-2.1.0 spec/applications/custom_renderer/rails_3-0-20/app/views/galaxies/index.html.erb
tabulous-2.1.0 spec/applications/main/rails_3-0-20/app/views/galaxies/index.html.erb