feat: display special agreements directly
This commit is contained in:
@@ -164,13 +164,18 @@
|
||||
{{ disposition.remarks|default('-')|nl2br }}
|
||||
</td>
|
||||
<td>
|
||||
<button type="button"
|
||||
title="zusätzliche Absprachen {{ disposition.teamer }}"
|
||||
hx-get="{{ path('app_administrative_disposition_special_agreements', { 'uuid': disposition.uuid }) }}"
|
||||
hx-target="body"
|
||||
hx-swap="beforeend">
|
||||
{{ icon('edit') }}
|
||||
</button>
|
||||
<div class="flex items-start space-x-2">
|
||||
<div class="flex-1">
|
||||
{{ disposition.specialAgreements|default('-')|nl2br }}
|
||||
</div>
|
||||
<button type="button"
|
||||
title="zusätzliche Absprachen {{ disposition.teamer }}"
|
||||
hx-get="{{ path('app_administrative_disposition_special_agreements', { 'uuid': disposition.uuid }) }}"
|
||||
hx-target="body"
|
||||
hx-swap="beforeend">
|
||||
{{ icon('edit') }}
|
||||
</button>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center justify-end space-x-2">
|
||||
|
||||
Reference in New Issue
Block a user