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> <tr>
<td class="text-secondary font-monospace">@dureeFormatee</td> <td class="text-secondary font-monospace">@dureeFormatee</td>
<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 @titre.Libelle
</span> </a>
</td> </td>
</tr> </tr>
} }