mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
8 lines
204 B
Text
8 lines
204 B
Text
<div>
|
|
<% if asset.previewable? %>
|
|
<%= image_tag(asset.large_preview) %>
|
|
<% else %>
|
|
<i class="fas fa-10x <%= file_fa_icon_class(asset) %>"></i>
|
|
<% end %>
|
|
<h3 class="file-name"></h3>
|
|
</div>
|