feat: ajout du suivi des suggestions avec intégration Gitea
This commit is contained in:
@@ -42,7 +42,10 @@
|
||||
|
||||
<!-- Menu déroulant -->
|
||||
<div class="absolute right-0 mt-0 w-48 bg-white rounded-lg shadow-xl border border-gray-200 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 z-50">
|
||||
<a href="{{ route('profile.settings') }}" class="block px-4 py-3 text-sm text-gray-700 hover:bg-gray-50 border-b border-gray-200 rounded-t-lg">
|
||||
<a href="{{ route('suggestions.index') }}" class="block px-4 py-3 text-sm text-gray-700 hover:bg-gray-50 border-b border-gray-200 rounded-t-lg">
|
||||
💬 Mes suggestions
|
||||
</a>
|
||||
<a href="{{ route('profile.settings') }}" class="block px-4 py-3 text-sm text-gray-700 hover:bg-gray-50 border-b border-gray-200">
|
||||
⚙️ Paramètres du profil
|
||||
</a>
|
||||
<form action="{{ route('logout') }}" method="POST">
|
||||
|
||||
Reference in New Issue
Block a user