Merge branch 'feature/Alyssa' into develop

This commit is contained in:
Yacha-Shan 2025-04-19 21:59:01 +02:00
commit 3a4e9ce733
4 changed files with 6 additions and 2 deletions

View File

@ -23,6 +23,7 @@
<li><a href="{{ path('app_calendrier_index') }}">Tous les plannings</a></li>
<li><a href="{{ path('app_stock_index') }}">Gérer les stocks</a></li>
<li><a href="{{ path('app_vehicle_index') }}">Gérer les véhicules</a></li>
<li><a href="{{ path('app_fault_index') }}">Test des fault !</a></li>
{% endif %}
{% if is_granted('ROLE_SECRETAIRE') %}

View File

@ -17,7 +17,9 @@
<div class="sidebar-button">
<img class="logoEmail" src="{{ asset('styles/image/3.png') }}">
</div>
<span>Create Intervention</span>
<a href="{{ path('app_intervention_new') }}">
<button>Create Intervention</button>
</a>
<div class="sidebar-button">
<img class="logoEmail" src="{{ asset('styles/image/4.png') }}">
</div>

View File

@ -18,6 +18,7 @@
<tr>
<td>{{ fault.id }}</td>
<td>{{ fault.Wording }}</td>
<td>{{ fault.actions }}</td>
<td>
<a href="{{ path('app_fault_show', {'id': fault.id}) }}">show</a>
<a href="{{ path('app_fault_edit', {'id': fault.id}) }}">edit</a>

View File

@ -15,7 +15,7 @@
<body>
<div class="background"></div>
<img class="logoCalendar" src="{{ asset('styles/image/calendar.png') }}" alt="Logo Calendrier">
<a href="{{ path('app_intervention_index') }}" class="intervention">Créer une intervention</a>
<a href="{{ path('app_intervention_index') }}" class="intervention">Voir les interventions</a>
<img class="logoChauffagiste" src="{{ asset('styles/image/chauffagiste.png') }}" alt="Logo Chauffagiste">
<h1 class="chauffagiste">Choisissez un chauffagiste</h1>
<img class="logoModifier" src="{{ asset('styles/image/modifier.png') }}">