Sha256: 7306bb933177416bd060f5d011de9f3da79833b292ee464a2387de9252be5e93

Contents?: true

Size: 467 Bytes

Versions: 91

Compression:

Stored size: 467 Bytes

Contents

<h1>Listing entities</h1>

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

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

<br />

<%= link_to 'New Entity', new_entity_path %>

Version data entries

91 entries across 11 versions & 1 rubygems

Version Path
chillout-0.8.9 test/support/rails_4_2_0/app/views/entities/index.html.erb
chillout-0.8.9 test/support/rails_4_0_13/app/views/entities/index.html.erb
chillout-0.8.9 test/support/rails_4_1_16/app/views/entities/index.html.erb
chillout-0.8.9 test/support/rails_5_1_1/app/views/entities/index.html.erb
chillout-0.8.9 test/support/rails_4_1_0/app/views/entities/index.html.erb
chillout-0.8.9 test/support/rails_5_0_3/app/views/entities/index.html.erb
chillout-0.8.9 test/support/rails_4_2_8/app/views/entities/index.html.erb
chillout-0.8.9 test/support/rails_4_0_0/app/views/entities/index.html.erb
chillout-0.8.5.1 test/support/rails_4_0_13/app/views/entities/index.html.erb
chillout-0.8.5.1 test/support/rails_4_1_0/app/views/entities/index.html.erb
chillout-0.8.5.1 test/support/rails_4_0_0/app/views/entities/index.html.erb
chillout-0.8.5.1 test/support/rails_5_0_3/app/views/entities/index.html.erb
chillout-0.8.5.1 test/support/rails_5_1_1/app/views/entities/index.html.erb
chillout-0.8.5.1 test/support/rails_4_1_16/app/views/entities/index.html.erb
chillout-0.8.5.1 test/support/rails_4_2_0/app/views/entities/index.html.erb
chillout-0.8.5.1 test/support/rails_4_2_8/app/views/entities/index.html.erb
chillout-0.8.8 test/support/rails_4_0_13/app/views/entities/index.html.erb
chillout-0.8.8 test/support/rails_4_1_0/app/views/entities/index.html.erb
chillout-0.8.8 test/support/rails_5_0_3/app/views/entities/index.html.erb
chillout-0.8.8 test/support/rails_5_1_1/app/views/entities/index.html.erb