pulsanti su index giri

This commit is contained in:
Marco Audiffredi 2024-06-25 09:20:30 +02:00
parent cf4fc2c05b
commit e5ff655507

View File

@ -105,9 +105,9 @@
@Html.DisplayFor(modelItem => item.DataChiusura)
</td>
<td>
@* @Html.ActionLink("Edit", "Edit", new { /* id=item.PrimaryKey */ }) |
@Html.ActionLink("Details", "Details", new { /* id=item.PrimaryKey */ }) |
@Html.ActionLink("Delete", "Delete", new { /* id=item.PrimaryKey */ }) *@
@Html.ActionLink("Chiudi", "Chiudi", new { id=item.SerialeGiro }) |
@Html.ActionLink("Elimina", "Elimina", new { id=item.SerialeGiro })
</td>
</tr>
}