Send a basic progressing status to the updates front page

This commit is contained in:
Clément Renault
2020-10-21 15:38:28 +02:00
parent 4eeeccb9cd
commit f6eecb855e
7 changed files with 127 additions and 47 deletions

View File

@ -55,7 +55,7 @@
{% for update in updates %}
{% match update %}
{% when UpdateStatus::Pending with { update_id , meta } %}
{% when UpdateStatus::Pending with { update_id, meta } %}
<li id="update-{{ update_id }}" class="document">
<ol>
<li class="field">
@ -64,7 +64,7 @@
</li>
</ol>
</li>
{% when UpdateStatus::Processed with { update_id , meta } %}
{% when UpdateStatus::Processed with { update_id, meta } %}
<li id="update-{{ update_id }}" class="document">
<ol>
<li class="field">