309 remainging
This commit is contained in:
parent
1a1f560ee4
commit
3eae4fb512
9 changed files with 7 additions and 18 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue