scinote-web/app/views/shared/file_preview/_file_icon.html.erb

5 lines
105 B
Plaintext
Raw Normal View History

2020-10-22 19:41:17 +08:00
<div>
<i class="fas fa-10x <%= file_fa_icon_class(asset) %>"></i>
<h3 class="file-name"></h3>
</div>