Skip to content
Snippets Groups Projects
Commit a4fbcb78 authored by JOLY MICKAEL's avatar JOLY MICKAEL
Browse files

Reglages liens

parent b41ed86c
Branches
No related merge requests found
......@@ -8486,16 +8486,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.6.5",
"version": "9.6.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5"
"reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/86e761949019ae83f49240b2f2123fb5ab3b2fc5",
"reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b65d59a059d3004a040c16a82e07bbdf6cfdd115",
"reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115",
"shasum": ""
},
"require": {
......@@ -8568,7 +8568,8 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.5"
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.6"
},
"funding": [
{
......@@ -8584,7 +8585,7 @@
"type": "tidelift"
}
],
"time": "2023-03-09T06:34:10+00:00"
"time": "2023-03-27T11:43:46+00:00"
},
{
"name": "sebastian/cli-parser",
......
......@@ -20,8 +20,12 @@
pour une soirée (un peu trop) arrosée ?
Trouve les tournées de bars qui feront chavirer ton palais ou construis ton itinéraire de beuverie mémorable avec notre site ! </p>
<div class="hero__text__btn">
<a href="#" class="btn btn--primary"> Créer une route de la soif </a>
<a href="#" class="btn btn--secondary"> Trouver un itinéraire </a>
<a href="{{ path('app_itinerary_new') }}" class="btn btn--primary"> Créer une route de la soif </a>
{% if app.user %}
<a href="{{ path('app_city_show', {id : app.user.fkCity.id}) }}" class="btn btn--secondary"> Trouver un itinéraire </a>
{% else %}
<a href="{{ path('homepage') }}#choose" class="btn btn--secondary"> Trouver un itinéraire </a>
{% endif %}
</div>
<img src="{{ asset('img/happy-smiley.png') }}">
......
......@@ -54,7 +54,7 @@
{% if app.user %}
<a href="{{ path('app_city_show', {id : app.user.fkCity.id}) }}">Tous les itinéraires </a>
{% else %}
<a href="{{ path('app_city_index') }}">Tous les itinéraires </a>
<a href="{{ path('homepage') }}#choose">Tous les itinéraires </a>
{% endif %}
</li>
{# Version connectée, ajout li deconnexion #}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment