scinote-web/app/views/shared/_file_preview_icon.html.erb

5 lines
105 B
Plaintext
Raw Normal View History

2018-03-30 17:50:28 +08:00
<div>
2018-03-30 23:03:44 +08:00
<i class="fas fa-10x <%= file_fa_icon_class(asset) %>"></i>
2018-03-30 17:50:28 +08:00
<h3 class="file-name"></h3>
</div>