Sha256: 94466f99988ca23bff98f6eb32f67a115fdb7b66f8477c9af18d6e47a7fb28b7

Contents?: true

Size: 529 Bytes

Versions: 29

Compression:

Stored size: 529 Bytes

Contents

<h1>Listing stars</h1>

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

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

<br>

<%= link_to 'New Star', new_star_path %>

Version data entries

29 entries across 6 versions & 1 rubygems

Version Path
tabulous-2.1.4 spec/applications/bootstrap/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.4 spec/applications/subtabs/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.4 spec/applications/simple_tabs/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.4 spec/applications/main/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.4 spec/applications/custom_renderer/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.3 spec/applications/custom_renderer/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.3 spec/applications/subtabs/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.3 spec/applications/simple_tabs/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.3 spec/applications/main/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.3 spec/applications/bootstrap/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.2 spec/applications/bootstrap/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.2 spec/applications/custom_renderer/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.2 spec/applications/main/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.2 spec/applications/simple_tabs/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.2 spec/applications/subtabs/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.1 spec/applications/bootstrap/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.1 spec/applications/subtabs/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.1 spec/applications/simple_tabs/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.1 spec/applications/main/rails_4-0-5/app/views/stars/index.html.erb
tabulous-2.1.1 spec/applications/custom_renderer/rails_4-0-5/app/views/stars/index.html.erb