WIP: Implement feedback functionality

This commit is contained in:
Björn Fromme
2023-11-05 18:19:58 +01:00
parent 47f2aa17be
commit 908b904b67
15 changed files with 346 additions and 75 deletions
+2 -2
View File
@@ -70,12 +70,12 @@
{% endif %}
</td>
<td>
<a href="#">
<a href="{{ path('app_admin_teamer_profile', { 'uuid': teamer.uuid }) }}">
<span class="whitespace-nowrap">{{ teamer.lastName }}</span>
</a>
</td>
<td>
<a href="#" class="whitespace-nowrap">
<a href="{{ path('app_admin_teamer_profile', { 'uuid': teamer.uuid }) }}" class="whitespace-nowrap">
{{ teamer.firstName }}
</a>
</td>