Sha256: 8f4517f4ef5ab43f400e4b40ae232b90d667f9e660dcd26b4bff0ba542d02003

Contents?: true

Size: 342 Bytes

Versions: 5

Compression:

Stored size: 342 Bytes

Contents

<% content_for :title, "Assets" %>

<div class="well">
  <h2>Upload files</h2>
  <%= render :partial => "upload_form" %>
  <p>If you are using Firefox, Safari or Chrome, you can just drag and drop some files onto this page</p>
</div>

<%= paginate @assets %>

<div class="thumbnails row" id="asset-thumbnails">
  <%= render @assets %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
smithycms-0.5.99.3 app/views/smithy/assets/index.html.erb
smithycms-0.5.99.2 app/views/smithy/assets/index.html.erb
smithycms-0.5.99.1 app/views/smithy/assets/index.html.erb
smithycms-0.5.99 app/views/smithy/assets/index.html.erb
smithycms-0.5.2 app/views/smithy/assets/index.html.erb