feat: provide feedback as admin user

This commit is contained in:
Björn Fromme
2025-01-10 16:55:22 +01:00
parent 4cad1331ae
commit 55bd904df3
10 changed files with 32 additions and 34 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
{% for disposition in overdueFeedbacks %}
{% set assignment = disposition.assignment %}
<li class="py-2 first:pt-0 last:pb-0 overflow-x-hidden">
<a href="{{ path('app_administrative_assignment_detail', { 'uuid': assignment.uuid, 'r': return_url() }) }}"
<a href="{{ path('app_administrative_feedback_provide', { 'uuid': disposition.uuid, 'r': return_url() }) }}"
class="flex items-center space-x-1">
{{ icon('feedback', 'w-4 h-4 shrink-0') }}
<span class="whitespace-nowrap">{{ disposition.teamer }}</span>