add new twig features
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user