#104 Page des styles
This commit is contained in:
@@ -28,11 +28,11 @@
|
|||||||
{
|
{
|
||||||
@foreach (Webzine.Entity.Style style in Model.Styles)
|
@foreach (Webzine.Entity.Style style in Model.Styles)
|
||||||
{
|
{
|
||||||
<tr class="align-middle">
|
<tr >
|
||||||
<td class="p-2">
|
<td class="p-2 w-75">
|
||||||
@style.Libelle
|
@style.Libelle
|
||||||
</td>
|
</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">
|
<a asp-action="Edit" asp-route-id="@style.IdStyle" class="text-primary me-2" title="Éditer">
|
||||||
<i class="fas fa-edit"></i>
|
<i class="fas fa-edit"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user