diff --git a/templates/elements/navbar.html.twig b/templates/elements/navbar.html.twig index cf7bd22..1016838 100644 --- a/templates/elements/navbar.html.twig +++ b/templates/elements/navbar.html.twig @@ -72,10 +72,10 @@ #} -{# #} -{# {{ ux_icon('material-symbols:logout', {height: '20px', width: '20px'}) }} #} -{# Deconnexion#} -{# #} + + {{ ux_icon('material-symbols:logout', {height: '20px', width: '20px'}) }} + Deconnexion + diff --git a/templates/index/index.html.twig b/templates/index/index.html.twig index 54c44d4..502f5ac 100644 --- a/templates/index/index.html.twig +++ b/templates/index/index.html.twig @@ -4,9 +4,9 @@ {% block body %} -{# {% if app.user %}#} -{#
#} -{# You are logged in as {{ app.user.userIdentifier }}, Logout#} -{#
#} -{# {% endif %}#} + {% if app.user %} +
+ You are logged in as {{ app.user.userIdentifier }}, Logout +
+ {% endif %} {% endblock %} diff --git a/templates/testing/index.html.twig b/templates/testing/index.html.twig deleted file mode 100644 index 2f0e016..0000000 --- a/templates/testing/index.html.twig +++ /dev/null @@ -1,44 +0,0 @@ -{% extends 'base.html.twig' %} - -{% block title %}Test - index{% endblock %} -{#{% block jaa %}#} -{# #} -{#{% endblock %}#} - -{% block body %} - {% if app.user %} -
- You are logged in as {{ app.user.userIdentifier }}, Logout -
- {% endif %} -

Testing Page

- -{#

Active Tabs per User

#} -{# #} - -{#

All Subscriptions

#} -{# #} -{# {{ mercure('http://portail.solutions-easy.moi/connect?userId=' ~ app.user.userIdentifier) }}#} - -{% endblock %}