Sha256: 96060e61d1215982d926c9f9f4349e5cd9765c3cfd8d19e5d4d2c54359f985a1
Contents?: true
Size: 321 Bytes
Versions: 22
Compression:
Stored size: 321 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[1] %></span> <% end %>
Version data entries
22 entries across 22 versions & 2 rubygems
Version | Path |
---|---|
papermill-0.5.7 | app/views/papermill/_thumbnail_asset.html.erb |
BBenezech-papermill-0.5.5 | app/views/papermill/_thumbnail_asset.html.erb |