Sha256: 4a28282afa817c9a1823a9e14be55a0a253a7cf363781f3f7ff68ad1a604cf40

Contents?: true

Size: 499 Bytes

Versions: 6

Compression:

Stored size: 499 Bytes

Contents

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

<h1>Buckets</h1>

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

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

<br>

<%= link_to 'New Bucket', new_bucket_path %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lesli_babel-0.6.0 app/views/lesli_babel/buckets/index.html.erb
lesli_babel-0.5.0 app/views/lesli_babel/buckets/index.html.erb
lesli_babel-0.4.0 app/views/lesli_babel/buckets/index.html.erb
lesli_babel-0.3.0 app/views/lesli_babel/buckets/index.html.erb
lesli_babel-0.2.0 app/views/lesli_babel/buckets/index.html.erb
lesli_babel-0.1.0 app/views/lesli_babel/buckets/index.html.erb