% content_for :subnavigation do %> <%= link_to 'New asset', new_asset_path %> <% end %> <%= will_paginate @assets %>
| <%= image_tag asset.upload.url(:thumb), style: "max-width: 100px; max-height: 100px;" %> | <%= link_to asset.name, asset.upload.url %> | <%= asset.upload.content_type %> | <%= link_to 'Show', asset %> | <%= link_to 'Edit', edit_asset_path(asset) %> | <%= button_to 'Destroy', asset, method: :delete, form: { data: { confirm: 'Are you sure?' } } %> |