Commit 0baceb05 authored by delanoe's avatar delanoe

[FIX] Adding trash to project for every corpus even if workflow is not over.

parent 3bf4f9c8
...@@ -114,6 +114,7 @@ ...@@ -114,6 +114,7 @@
<span class="glyphicon glyphicon-repeat" aria-hidden="true" <span class="glyphicon glyphicon-repeat" aria-hidden="true"
title='Recalculate ngram scores and similarities'></span> title='Recalculate ngram scores and similarities'></span>
</button> </button>
{% endif %}
<!-- TODO: delete non seulement si state.complete mais aussi si state.error --> <!-- TODO: delete non seulement si state.complete mais aussi si state.error -->
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="bottom" <button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="bottom"
...@@ -131,7 +132,6 @@ ...@@ -131,7 +132,6 @@
<span class="glyphicon glyphicon-trash" aria-hidden="true" <span class="glyphicon glyphicon-trash" aria-hidden="true"
title='Delete this corpus'></span> title='Delete this corpus'></span>
</button> </button>
{% endif %}
{% endifequal %} {% endifequal %}
{% endfor %} {% endfor %}
</div> </div>
......
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