mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-18 07:01:58 +08:00
8 lines
216 B
Text
8 lines
216 B
Text
<div>
|
|
<% if asset.file.previewable_document? %>
|
|
<%= image_tag(asset.url(:large)) %>
|
|
<% else %>
|
|
<i class="fas fa-10x <%= file_fa_icon_class(asset) %>"></i>
|
|
<% end %>
|
|
<h3 class="file-name"></h3>
|
|
</div>
|