Sha256: f58ba277108584254f6ec40cc1b565f23d3b6b2faeb0c9032f5c7c3d0c1c01c9

Contents?: true

Size: 336 Bytes

Versions: 11

Compression:

Stored size: 336 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 %>

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
smithycms-0.5.1 app/views/smithy/assets/index.html.erb
smithycms-0.5.0 app/views/smithy/assets/index.html.erb
smithycms-0.4.5 app/views/smithy/assets/index.html.erb
smithycms-0.4.4 app/views/smithy/assets/index.html.erb
smithycms-0.4.3 app/views/smithy/assets/index.html.erb
smithycms-0.4.2 app/views/smithy/assets/index.html.erb
smithycms-0.4.1 app/views/smithy/assets/index.html.erb
smithycms-0.4.0 app/views/smithy/assets/index.html.erb
smithycms-0.0.3 app/views/smithy/assets/index.html.erb
smithycms-0.0.2 app/views/smithy/assets/index.html.erb
smithycms-0.0.1 app/views/smithy/assets/index.html.erb