#104 Page des styles

This commit is contained in:
b.nodon
2026-03-26 11:18:08 +01:00
parent ca0fe6b042
commit 5a9d1b7425

View File

@@ -28,11 +28,11 @@
{
@foreach (Webzine.Entity.Style style in Model.Styles)
{
<tr class="align-middle">
<td class="p-2">
<tr >
<td class="p-2 w-75">
@style.Libelle
</td>
<td class="text-center p-2">
<td class="text-center w-auto p-2">
<a asp-action="Edit" asp-route-id="@style.IdStyle" class="text-primary me-2" title="Éditer">
<i class="fas fa-edit"></i>
</a>