feat: swap info popups

This commit is contained in:
Björn Fromme
2024-01-31 18:32:12 +01:00
parent a739aec0b2
commit 893be8a5eb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
{{ stimulus_controller('modal-button', [], [], {'ajax-modal': '#ajax-modal'}) }}
{{ stimulus_action('modal-button', 'ajax', null, {
'title': 'Teamer:inneninfo ' ~ application.teamer,
'url': path('app_admin_teamer_info', { 'uuid': application.teamer.uuid })
'url': path('app_admin_application_info', { 'uuid': application.uuid })
}) }}>
<span>{{ application.teamer }}</span>
{{ icon('info', 'w-4 h-4') }}