feat: show assignment id

This commit is contained in:
Björn Fromme
2024-10-28 09:14:41 +01:00
parent f155b5ae52
commit 60fd4c7b81
5 changed files with 16 additions and 2 deletions
@@ -34,6 +34,9 @@
<table class="data-table">
<thead>
<tr>
<th>
ID
</th>
<th>
Status
</th>
@@ -63,6 +66,9 @@
<tbody>
{% for assignment in pagination %}
<tr>
<td>
{{ assignment.id }}
</td>
<td>
<div class="flex flex-col items-center space-y-2">
{% if assignment.status == 'draft' %}