Commit 40a69fe9 authored by Administrator's avatar Administrator

[HTML] Adding refresh warning while async processing.

parent 0aad1300
......@@ -76,9 +76,12 @@
<li>{{ key }}</li>
<ul>
{% for corpus in corpora %}
<li>
<li> {% ifnotequal corpus.count 0 %}
<a href="/project/{{project.id}}/corpus/{{corpus.id}}">{{corpus.name}}</a>
, {{ corpus.count }} Documents (test version: wait and refresh the page if 0 documents)
, {{ corpus.count }} Documents
{% else %}
Processing... refresh the page.
{% endifnotequal %}
<button type="button" class="btn btn-xs btn-default" data-container="body" data-toggle="popover" data-placement="bottom"
data-content='
<ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment