Sha256: 8f41f0e371493985b47f26d464f7e53b074587964c2304a84a0fc34cdb85ae2b
Contents?: true
Size: 329 Bytes
Versions: 2
Compression:
Stored size: 329 Bytes
Contents
<% if thumbnail_asset.image? %> <span class="image"><%= image_tag(thumbnail_asset.url(thumbnail_style)) %></span> <% else %> <span class="name" title="<%= thumbnail_asset.name %>"><%= truncate(thumbnail_asset.name, :length => 15) %></span> <span class="infos"><%= thumbnail_asset.content_type.join('/') %></span> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
papermill-0.13.1 | app/views/papermill/_thumbnail_asset.html.erb |
papermill-0.13.0 | app/views/papermill/_thumbnail_asset.html.erb |