309 remainging

This commit is contained in:
Paul Schneider 2023-03-20 18:24:10 +00:00
commit 3eae4fb512
9 changed files with 7 additions and 18 deletions

View file

@ -5,7 +5,7 @@
}
<ul>
@foreach (var instrument in Model.Instrumentation)
@foreach (var instrument in Model)
{
<li>@instrument.Name
<a asp-action="RemoveInstrument" asp-controller="Instrumentation" asp-action-id="Model.UserId" asp-action-name="@instrument.Name" />