feat: show assignment ID with title in detail view
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 class="text-2xl font-bold pb-8">
|
<h1 class="text-2xl font-bold pb-8">
|
||||||
Einsatzübersicht
|
Einsatzübersicht ID {{ assignment.id}}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="pb-8">
|
<div class="pb-8">
|
||||||
{% include '_partials/_assignment_info_compact.html.twig' %}
|
{% include '_partials/_assignment_info_compact.html.twig' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user