Sha256: 3602d7ad74d7034b71f46cfb2d85fb9739c5bb8a443a90cf536cbe6de018c791

Contents?: true

Size: 682 Bytes

Versions: 8

Compression:

Stored size: 682 Bytes

Contents

<h1>Listing galaxies_spiral_galaxies</h1>

<table>
  <thead>
    <tr>
      <th>Name</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @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 %>
  </tbody>
</table>

<br>

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

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
tabulous-2.1.4 spec/applications/multiple_tabsets/rails_4-1-1/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.4 spec/applications/subtabs/rails_4-1-1/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_4-1-1/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.3 spec/applications/subtabs/rails_4-1-1/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_4-1-1/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.2 spec/applications/subtabs/rails_4-1-1/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_4-1-1/app/views/galaxies/spiral_galaxies/index.html.erb
tabulous-2.1.1 spec/applications/subtabs/rails_4-1-1/app/views/galaxies/spiral_galaxies/index.html.erb