Sha256: 3b88f6adf2e72bd5ed7b99aadd7841da9746065a9499159cfe89577cd6c86c62

Contents?: true

Size: 441 Bytes

Versions: 85

Compression:

Stored size: 441 Bytes

Contents

<h1>Listing stars</h1>

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

<% @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, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

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

Version data entries

85 entries across 15 versions & 1 rubygems

Version Path
tabulous-1.3.2 spec/applications/simple_tabs/rails_3-1-12/app/views/stars/index.html.erb
tabulous-1.3.2 spec/applications/main/rails_3-0-20/app/views/stars/index.html.erb
tabulous-1.3.2 spec/applications/main/rails_3-1-12/app/views/stars/index.html.erb
tabulous-1.3.2 spec/applications/simple_tabs/rails_3-0-20/app/views/stars/index.html.erb
tabulous-1.3.2 spec/applications/subtabs/rails_3-0-20/app/views/stars/index.html.erb
tabulous-1.3.2 spec/applications/subtabs/rails_3-1-12/app/views/stars/index.html.erb
tabulous-1.3.0 test/applications/rails30/main/app/views/stars/index.html.erb
tabulous-1.3.0 test/applications/rails31/subtabs/app/views/stars/index.html.erb
tabulous-1.3.0 test/applications/rails31/simple_tabs/app/views/stars/index.html.erb
tabulous-1.3.0 test/applications/rails31/main/app/views/stars/index.html.erb
tabulous-1.3.0 test/applications/rails30/subtabs/app/views/stars/index.html.erb
tabulous-1.3.0 test/applications/rails30/simple_tabs/app/views/stars/index.html.erb
tabulous-1.2.0 test/applications/rails30/simple_tabs/app/views/stars/index.html.erb
tabulous-1.2.0 test/applications/rails31/subtabs/app/views/stars/index.html.erb
tabulous-1.2.0 test/applications/rails31/simple_tabs/app/views/stars/index.html.erb
tabulous-1.2.0 test/applications/rails31/main/app/views/stars/index.html.erb
tabulous-1.2.0 test/applications/rails30/subtabs/app/views/stars/index.html.erb
tabulous-1.2.0 test/applications/rails30/main/app/views/stars/index.html.erb
tabulous-1.1.0 test/applications/rails30/simple_tabs/app/views/stars/index.html.erb
tabulous-1.1.0 test/applications/rails31/subtabs/app/views/stars/index.html.erb