Improve freelance tag

This commit is contained in:
2025-01-18 23:02:55 +01:00
parent ddcf06994d
commit 3dd134f132
5 changed files with 36 additions and 30 deletions

View File

@@ -79,10 +79,12 @@
<table class="table table-striped">
<thead>
<tr>
<th scope="row">Consist</th>
{% if consist.company.freelance %}
<th class="text-end" scope="row"><span class="badge text-bg-secondary">Freelance</span></th>
{% endif %}
<th colspan="2" scope="row">
Consist
{% if consist.company.freelance %}
<span class="mt-1 float-end badge text-bg-secondary">Freelance</span>
{% endif %}
</th>
</tr>
</thead>
<tbody class="table-group-divider">