Commit 052775a6 authored by delanoe's avatar delanoe

[FIX] if no statuses, add icon.

parent 5180e0dd
......@@ -162,6 +162,7 @@
{% endif %}
</div>
<div class="col-md-3 content" id="corpus_{{corpus.id}}_status">
{% if corpus.hyperdata.statuses %}
{% for state in corpus.hyperdata.statuses %}
{% ifequal state.action "Workflow" %}
{% if state.complete %}
......@@ -210,6 +211,9 @@
{% endif %}
{% endifequal %}
{% endfor %}
{% else %}
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
{% endif %}
</div>
<div class="col-md-1 content"></div>
</h4>
......
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