webapp
Build / build (push) Has been cancelled

This commit is contained in:
gpatruno
2026-06-06 21:59:51 +02:00
parent 02d2af0993
commit 48a1b900c7
279 changed files with 7488 additions and 238 deletions
+9
View File
@@ -0,0 +1,9 @@
<%- include('../partials/page-start') %>
<%- include('../partials/page-header', { title: player.display_name, subtitle: 'Profil joueur' }) %>
<%- include('../partials/player-card', { player, group, comingSoon }) %>
<p class="back-link"><a class="link" href="/players">← Retour à la liste</a></p>
<%- include('../partials/page-end') %>