diff --git a/src/InsaLan/TournamentBundle/Resources/views/User/index.html.twig b/src/InsaLan/TournamentBundle/Resources/views/User/index.html.twig index ce996c33..89d6184f 100644 --- a/src/InsaLan/TournamentBundle/Resources/views/User/index.html.twig +++ b/src/InsaLan/TournamentBundle/Resources/views/User/index.html.twig @@ -17,12 +17,12 @@ {% if participant.validated == 2 %} ✓ {% else %} ! {% endif %}
- {% if participant.participantType == 'team' %} - {% if participant.captain.user == app.user %} {% endif %} - {% endif %} {{ participant.tournament.name }} - {% if participant.participantType == 'team' %} Équipe {% endif %} {{ participant.name }} + {% if participant.participantType == 'team' %} + {% if participant.captain.user == app.user %} [Modifier mon équipe] {% endif %} + {% endif %}