Sha256: 9bf5ffc708c3f4ac62f884618094ff3f3777240e7d50abd140c286bd52dbd6cc

Contents?: true

Size: 489 Bytes

Versions: 55

Compression:

Stored size: 489 Bytes

Contents

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

<h1>Listing Worms</h1>

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

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

<br>

<%= link_to 'New Worm', new_worm_path %>

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.5.9 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.5.8 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.5.7 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.5.6 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.5.5 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.5.4 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.5.3 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.5.2 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.5.1 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.5.0 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.4.9 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.4.8 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.4.7 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.4.6 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.4.5 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.4.4 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.4.3 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.4.2 spec/dummy/app/views/worms/index.html.erb
wordjelly-auth-1.4.0 spec/dummy/app/views/worms/index.html.erb