Refactor approval queue to display last meaningful status #94

Merged
Oleg-Komarov merged 13 commits from approval-queue into main 2024-04-30 10:48:38 +02:00
Showing only changes of commit 9dd630c88e - Show all commits

View File

@ -35,7 +35,7 @@
</thead>
<tbody>
{% for stats in object_list %}
{% with extension=stats.extension%}
{% with extension=stats.extension %}
{% include 'reviewers/components/review_list_item.html' with extension=extension stats=stats %}
{% endwith %}
{% endfor %}