add new twig features

This commit is contained in:
team2
2026-02-14 08:09:47 +01:00
parent a625468a9a
commit 0657e0585b
3 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
{% else %}
<div class="card bg-black text-info border-secondary">
<div class="card-body p-0">
<table class="table table-dark table-hover mb-0">
<table class="table table-dark table-hover mb-0 align-middle">
<thead>
<tr>
<th>Titel</th>
@@ -67,7 +67,7 @@
<td>
<a class="btn btn-sm btn-outline-light" href="{{ path('admin_document_show', {id: document.id}) }}"
class="text-decoration-none text-light">
Ansehen
Details
</a>
</td>
</tr>