Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7c12bf807 | ||
|
|
7e94f90e2b |
BIN
public/img/sortie/6749bb1846967849110763.jpg
Normal file
BIN
public/img/sortie/6749bb1846967849110763.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% block title %}📣 Sortie.com 🔊{% endblock %}</title>
|
||||
<title>{% block title %}📣 Sortir.com 🔊{% endblock %}</title>
|
||||
<link rel="icon" href="{{ asset('favicon.ico') }}" type="image/x-icon">
|
||||
{% block stylesheets %}
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user