diff --git a/templates/profile/view.html.twig b/templates/profile/view.html.twig
index bdb027d..d50d305 100644
--- a/templates/profile/view.html.twig
+++ b/templates/profile/view.html.twig
@@ -1,13 +1,4 @@
{% extends 'main/base.html.twig' %}
-{% block head %}
-
-
- {% block title %}📣 Sortie.com {{ profile.pseudo }} 🔊{% endblock %}
- {% block stylesheets %}
- {{ encore_entry_link_tags('app') }}
- {% endblock %}
-
-{% endblock %}
{% block content %}
@@ -25,30 +16,30 @@
{{ profile.pseudo }}
{% if isActiveUser %}
-
- {{ profile.telephone }} - {{ profile.email }}
-
+
+ {{ profile.telephone }} - {{ profile.email }}
+
{% endif %}
{% if isActiveUser %}
-
-
- {# Tableau des sorties dont je suis participant#}
-
+
+ {# Tableau des sorties dont je suis participant #}
+
Mes participations
@@ -70,7 +61,7 @@
| {{ sortie.dateHeureDebut|date('d/m/Y H:i') }} |
{{ sortie.duree }} |
- 👁️
+ 👁️
|
{% else %}
@@ -82,8 +73,8 @@
- {# Tableau des sorties dont je suis organisateur #}
-
+ {# Tableau des sorties dont je suis organisateur #}
+
Mes organisations
@@ -105,7 +96,7 @@
| {{ sortie.dateHeureDebut|date('d/m/Y H:i') }} |
{{ sortie.duree }} |
- 👁️
+ 👁️
|
{% else %}
@@ -117,4 +108,4 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}