Sha256: 4e29b9227fee5a3ffbd9ee58bf9236930c3a3494f3e4958761f91c29666e8a80

Contents?: true

Size: 722 Bytes

Versions: 8

Compression:

Stored size: 722 Bytes

Contents

<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

8 entries across 4 versions & 1 rubygems

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