refactor: mettre à jour la vue de l’index pour améliorer la structure des liens de titre et l’accessibilité

This commit is contained in:
mirage
2026-03-06 16:13:38 +01:00
parent cf442a0d56
commit a24e7eb5cb

View File

@@ -56,9 +56,12 @@
<tr>
<td class="text-secondary font-monospace">@dureeFormatee</td>
<td>
<span class="text-primary fw-bold" style="cursor:pointer">
<a asp-controller="Titre"
asp-action="Details"
asp-route-id="@titre.IdTitre"
class="text-primary fw-bold">
@titre.Libelle
</span>
</a>
</td>
</tr>
}