2 Commits
Johan ... main

Author SHA1 Message Date
mepiphana2023
a7c12bf807 des trucs 2024-11-29 14:07:03 +01:00
mepiphana2023
7e94f90e2b des trucs 2024-11-29 14:04:13 +01:00
4 changed files with 3 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}&#128227; Sortie.com &#128266;{% endblock %}</title>
<title>{% block title %}&#128227; Sortir.com &#128266;{% endblock %}</title>
<link rel="icon" href="{{ asset('favicon.ico') }}" type="image/x-icon">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}

View File

@@ -16,7 +16,7 @@
<nav class="flex justify-between items-center py-4 px-6 shadow-md bg-gradient-to-r from-[#2A8D57] via-[#008167] to-[#1B5667]">
<a href="/" class="flex items-center space-x-3">
<img src="{{ asset('img/logo.svg') }}" alt="Logo" class="h-10">
<h3 class="text-3xl text-white font-bold">Sortie</h3>
<h3 class="text-3xl text-white font-bold">Sortir</h3>
</a>
<ul class="hidden md:flex space-x-6 text-white font-medium">

View File

@@ -106,10 +106,6 @@
class="btnAnnule">
❌ Annuler la sortie
</button>
<a href="{{ path('sortie_edit', { id: sortie.idSortie }) }}"
class="btnSecondary">
✏️ Modifier la sortie
</a>
{% endif %}
{% if sortie.etat.libelle == 'Créée' %}
<a href="{{ path('sortie_edit', { id: sortie.idSortie }) }}"
@@ -200,7 +196,7 @@
</button>
<button
type="submit"
class="px-4 py-2 bg-green-500 text-white rounded-md hover:bg-green-600">
class="btnThird">
Démarrer les inscriptions
</button>
</div>