mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
status updates
This commit is contained in:
parent
639cd36365
commit
ba1c8bdc00
@ -94,4 +94,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="center">
|
||||
<%= link_to 'Refresh page', analysis_document_path(analysis.document), class: "btn #{Document.color} white-text" %>
|
||||
</div>
|
||||
<p class="center grey-text">
|
||||
<% if analysis.progress > 0 %>
|
||||
Your analysis is currently processing.
|
||||
<% else %>
|
||||
Your analysis was queued <%= time_ago_in_words analysis.created_at %> ago.
|
||||
<% end %>
|
||||
</p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user