mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
fix file preview [SCI-2313]
This commit is contained in:
parent
487fb1fb48
commit
2a5c4daa9d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<% if asset.file_present %>
|
||||
<% if asset.file.processing? %>
|
||||
<% if asset.file.processing? && display_image_tag %>
|
||||
<span data-status='asset-loading'
|
||||
data-present-url='<%= file_present_asset_path(asset.id) %>'>
|
||||
<%= image_tag 'medium/processing.gif' %>
|
||||
|
|
Loading…
Reference in a new issue