Ajout du module gestion des actions et correction qq bugs
This commit is contained in:
@@ -11,14 +11,16 @@ header_title %}Tableau de bord{% endblock %} {% block content %}
|
||||
Accédez aux fonctions clés de l'application financière.
|
||||
</p>
|
||||
|
||||
<!-- Grille principale : 2 colonnes pour les boutons -->
|
||||
<!-- Grille des 8 gros boutons -->
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-5 mb-8">
|
||||
<a
|
||||
href="#"
|
||||
href="{{ url_for('main.gestion_actions') }}"
|
||||
class="py-6 px-6 bg-gray-950 hover:bg-blue-600/30 border-2 border-gray-800 hover:border-blue-500 rounded-xl text-white text-lg font-bold tracking-wide transition-all duration-200 flex items-center justify-center shadow-lg hover:scale-[1.01]"
|
||||
>
|
||||
1. Actions
|
||||
1. Gérer les actions
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="#"
|
||||
class="py-6 px-6 bg-gray-950 hover:bg-blue-600/30 border-2 border-gray-800 hover:border-blue-500 rounded-xl text-white text-lg font-bold tracking-wide transition-all duration-200 flex items-center justify-center shadow-lg hover:scale-[1.01]"
|
||||
|
||||
Reference in New Issue
Block a user