Sha256: 752ee39d12dff157e1428dca0d389f237efc8baf3d39080f1992c03798ea48c2

Contents?: true

Size: 700 Bytes

Versions: 1

Compression:

Stored size: 700 Bytes

Contents

<li>
  <div class="thumbnail clearfix">
    <%= link_to asset.file.remote_url do %>
      <% if asset.file_type == :image %>
        <%= image_tag asset.file.thumb("170x114#").url, width: 170, height: 114, alt: '' %>
      <% else %>
        <div style="width:170px;height:78px;padding-top:36px;text-align:center;"><%= image_tag file_type_icon(asset), alt: '' %></div>
      <% end %>
    <% end %>
    <p class="name"><strong><%= asset.name %></strong></p>
    <div class="pull-right">
      <%= link_to "Edit", [:edit, asset], class: "btn btn-xs" %>
      <%= link_to "Delete", asset, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: "Are you sure?" } %>
    </div>
  </div>
</li>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smithycms-0.5.1 app/views/smithy/assets/_asset.html.erb