Sha256: cc9a62385b650a87c983c2025da9103c24666694d58fd828120a2842c58e7123

Contents?: true

Size: 742 Bytes

Versions: 12

Compression:

Stored size: 742 Bytes

Contents

<h1>Listing galaxies_elliptical_galaxies</h1>

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

  <tbody>
    <% @galaxies_elliptical_galaxies.each do |galaxies_elliptical_galaxy| %>
      <tr>
        <td><%= galaxies_elliptical_galaxy.name %></td>
        <td><%= link_to 'Show', galaxies_elliptical_galaxy %></td>
        <td><%= link_to 'Edit', edit_galaxies_elliptical_galaxy_path(galaxies_elliptical_galaxy) %></td>
        <td><%= link_to 'Destroy', galaxies_elliptical_galaxy, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Elliptical galaxy', new_galaxies_elliptical_galaxy_path %>

Version data entries

12 entries across 6 versions & 1 rubygems

Version Path
tabulous-2.1.4 spec/applications/subtabs/rails_4-0-5/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-2.1.4 spec/applications/multiple_tabsets/rails_4-0-5/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_4-0-5/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-2.1.3 spec/applications/subtabs/rails_4-0-5/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_4-0-5/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-2.1.2 spec/applications/subtabs/rails_4-0-5/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-2.1.1 spec/applications/multiple_tabsets/rails_4-0-5/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-2.1.1 spec/applications/subtabs/rails_4-0-5/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-2.1.0 spec/applications/subtabs/rails_4-0-1/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-2.1.0 spec/applications/multiple_tabsets/rails_4-0-1/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-2.0.0 spec/applications/multiple_tabsets/rails_4-0-0-rc1/app/views/galaxies/elliptical_galaxies/index.html.erb
tabulous-2.0.0 spec/applications/subtabs/rails_4-0-0-rc1/app/views/galaxies/elliptical_galaxies/index.html.erb