Manage posts on dashboard and templates fixes

This commit is contained in:
Alphonse Paix
2025-10-03 19:18:15 +02:00
parent ce8c602ddb
commit af9cbdcafb
9 changed files with 65 additions and 55 deletions

View File

@@ -4,7 +4,7 @@
<div class="flex-1 min-w-0">
<div class="flex items-center space-x-2 mb-1">
<a href="/users/{{ user.username }}"
class="font-medium text-gray-900 group-hover:text-blue-600 transition-colors truncate">
class="font-medium text-gray-900 group-hover:text-blue-600 hover:underline transition-colors truncate">
{{ user.username }}
</a>
{% if user.role.to_string() == "admin" %}