Sha256: aeb67c544b084c98a9e7ef3685ba035f68e468b3796d53649f67c4c6dbbc5a77

Contents?: true

Size: 756 Bytes

Versions: 6

Compression:

Stored size: 756 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Listing Galaxies Lenticular Galaxies</h1>

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

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

<br>

<%= link_to 'New Lenticular galaxy', new_galaxies_lenticular_galaxy_path %>

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
tabulous-2.1.4 spec/applications/multiple_tabsets/rails_4-2-0/app/views/galaxies/lenticular_galaxies/index.html.erb
tabulous-2.1.4 spec/applications/subtabs/rails_4-2-0/app/views/galaxies/lenticular_galaxies/index.html.erb
tabulous-2.1.3 spec/applications/multiple_tabsets/rails_4-2-0/app/views/galaxies/lenticular_galaxies/index.html.erb
tabulous-2.1.3 spec/applications/subtabs/rails_4-2-0/app/views/galaxies/lenticular_galaxies/index.html.erb
tabulous-2.1.2 spec/applications/multiple_tabsets/rails_4-2-0/app/views/galaxies/lenticular_galaxies/index.html.erb
tabulous-2.1.2 spec/applications/subtabs/rails_4-2-0/app/views/galaxies/lenticular_galaxies/index.html.erb