Sha256: d920417b9242cb8b69c6a5a2151cb7c05381206733e52f7ac8f785d316947098

Contents?: true

Size: 588 Bytes

Versions: 17

Compression:

Stored size: 588 Bytes

Contents

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

<h1>Assets</h1>

<table>
  <thead>
    <tr>
      <th>Title</th>
      <th>Image</th>
      <th>Slug</th>
      <th colspan="3"></th>
    </tr>
  </thead>

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

<br>

<%= link_to 'New Asset', new_asset_path %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
binda-0.1.11 app/views/binda/assets/index.html.erb
binda-0.1.10 app/views/binda/assets/index.html.erb
binda-0.1.9 app/views/binda/assets/index.html.erb
binda-0.1.8 app/views/binda/assets/index.html.erb
binda-0.1.7 app/views/binda/assets/index.html.erb
binda-0.1.6 app/views/binda/assets/index.html.erb
binda-0.1.5 app/views/binda/assets/index.html.erb
binda-0.1.4 app/views/binda/assets/index.html.erb
binda-0.1.3 app/views/binda/assets/index.html.erb
binda-0.1.2 app/views/binda/assets/index.html.erb
binda-0.1.1 app/views/binda/assets/index.html.erb
binda-0.1.0 app/views/binda/assets/index.html.erb
binda-0.0.7 app/views/binda/assets/index.html.erb
binda-0.0.6 app/views/binda/assets/index.html.erb
binda-0.0.5 app/views/binda/assets/index.html.erb
binda-0.0.3 app/views/binda/assets/index.html.erb
binda-0.0.2 app/views/binda/assets/index.html.erb