diff --git a/templates/admin/document/index.html.twig b/templates/admin/document/index.html.twig index 05bc843..499a125 100644 --- a/templates/admin/document/index.html.twig +++ b/templates/admin/document/index.html.twig @@ -17,7 +17,7 @@ {% else %}
- +
@@ -67,7 +67,7 @@ diff --git a/templates/admin/job/index.html.twig b/templates/admin/job/index.html.twig index b2e3ae4..eb70a05 100644 --- a/templates/admin/job/index.html.twig +++ b/templates/admin/job/index.html.twig @@ -28,7 +28,7 @@
Titel - Ansehen + Details
- + @@ -44,7 +44,7 @@ @@ -64,7 +64,7 @@
IDJob-ID Typ Status Dokument
+ class="text-light"> {{ job.id }} {% if job.documentId %} - {{ job.documentId }} + {{ job.documentId }} {% else %} - {% endif %} diff --git a/templates/admin/job/show.html.twig b/templates/admin/job/show.html.twig index 4a959c9..08c44f4 100644 --- a/templates/admin/job/show.html.twig +++ b/templates/admin/job/show.html.twig @@ -37,7 +37,7 @@