Minor UI improvements

This commit is contained in:
2025-05-25 19:13:28 +02:00
parent de126a735d
commit 1c25ac9b14
7 changed files with 19 additions and 23 deletions

View File

@@ -25,12 +25,12 @@
<th colspan="2" scope="row">
Rolling stock
<div class="float-end">
{% if not d.item.published %}
<span class="badge text-bg-warning">Unpublished</span>
{% endif %}
{% if d.item.company.freelance %}
<span class="badge text-bg-secondary">Freelance</span>
{% endif %}
{% if not d.item.published %}
<span class="badge text-bg-warning">Draft</span>
{% endif %}
</div>
</th>
</tr>