fix: adopt new route
This commit is contained in:
@@ -49,19 +49,19 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{ path('app_house_manager_feedback_provide', { 'uuid': disposition.uuid }) }}"
|
||||
<a href="{{ path('app_administrative_feedback_provide', { 'uuid': disposition.uuid }) }}"
|
||||
title="Feedback abgeben">
|
||||
<span class="whitespace-nowrap">{{ teamer.lastName }}</span>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{ path('app_house_manager_feedback_provide', { 'uuid': disposition.uuid }) }}"
|
||||
<a href="{{ path('app_administrative_feedback_provide', { 'uuid': disposition.uuid }) }}"
|
||||
title="Feedback abgeben">
|
||||
<span class="whitespace-nowrap">{{ teamer.firstName }}</span>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{ path('app_house_manager_feedback_provide', { 'uuid': disposition.uuid }) }}"
|
||||
<a href="{{ path('app_administrative_feedback_provide', { 'uuid': disposition.uuid }) }}"
|
||||
title="Feedback abgeben">
|
||||
{{ assignment.effectivePeriod.start|date('d.m.Y') }} -
|
||||
<br>
|
||||
@@ -69,7 +69,7 @@
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{ path('app_house_manager_feedback_provide', { 'uuid': disposition.uuid }) }}"
|
||||
<a href="{{ path('app_administrative_feedback_provide', { 'uuid': disposition.uuid }) }}"
|
||||
title="Feedback abgeben"
|
||||
class="flex items-start space-x-2">
|
||||
{{ icon('flag-' ~ assignment.destination.country, 'w-5 h-5 shrink-0') }}
|
||||
@@ -81,14 +81,14 @@
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{ path('app_house_manager_feedback_provide', { 'uuid': disposition.uuid }) }}"
|
||||
<a href="{{ path('app_administrative_feedback_provide', { 'uuid': disposition.uuid }) }}"
|
||||
title="Feedback abgeben">
|
||||
{{ assignment.jobProfile.name }}
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center space-x-1 justify-end">
|
||||
<a href="{{ path('app_house_manager_feedback_provide', { 'uuid': disposition.uuid }) }}"
|
||||
<a href="{{ path('app_administrative_feedback_provide', { 'uuid': disposition.uuid }) }}"
|
||||
title="Feedback abgeben">
|
||||
{{ icon('feedback') }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user