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:
@@ -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>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user