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>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<table class="table table-dark table-hover mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Job-ID</th>
|
||||
<th>Typ</th>
|
||||
<th>Status</th>
|
||||
<th>Dokument</th>
|
||||
@@ -44,7 +44,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<a href="{{ path('admin_job_show', {id: job.id}) }}"
|
||||
class="text-decoration-none text-light">
|
||||
class="text-light">
|
||||
{{ job.id }}
|
||||
</a>
|
||||
</td>
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
<td>
|
||||
{% if job.documentId %}
|
||||
{{ job.documentId }}
|
||||
<a href="/admin/documents/{{ job.documentId }}" class="text-light">{{ job.documentId }}
|
||||
{% else %}
|
||||
-
|
||||
{% endif %}
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
<div class="mb-2">
|
||||
<strong>Dokument:</strong>
|
||||
{{ job.documentId ?? '-' }}
|
||||
<a href="/admin/documents/{{ job.documentId }}" class="text-light">{{ job.documentId ?? '-' }}</a>
|
||||
</div>
|
||||
|
||||
<div class="mb-2">
|
||||
|
||||
Reference in New Issue
Block a user