Task: Improve layout

This commit is contained in:
Björn Fromme
2023-10-12 14:57:05 +02:00
parent 6367920660
commit e188ec2bf0
+2 -2
View File
@@ -11,7 +11,7 @@
{% include '_partials/_assignment_info.html.twig' %}
</div>
<div class="col-span-2">
<h2 class="font-bold text-lg">
<h2 class="font-bold text-lg pb-4">
Bewerbungen
</h2>
<div class="data-table-wrapper w-full">
@@ -40,7 +40,7 @@
</a>
</td>
<td>
{{ application.requests|nl2br }}
{{ application.requests|nl2br|default('-') }}
</td>
<td>
{{ ('label.application.status.' ~ application.status)|trans }}