97 remaining

This commit is contained in:
Paul Schneider
2023-03-20 19:38:50 +00:00
parent c81f974ade
commit 64febe48b0
43 changed files with 103 additions and 168 deletions

View File

@ -41,9 +41,9 @@
@Html.DisplayFor(modelItem => item.Rel)
</td>
<td>
@Html.ActionLink(SR["Edit"], "Edit", new { hRef=item.HRef, method = item.Method }) |
@Html.ActionLink(SR["Details"], "Details", new { hRef=item.HRef, method = item.Method }) |
@Html.ActionLink(SR["Delete"], "Delete", new { hRef=item.HRef, method = item.Method })
@Html.ActionLink("Edit", "Edit", new { hRef=item.HRef, method = item.Method }) |
@Html.ActionLink("Details", "Details", new { hRef=item.HRef, method = item.Method }) |
@Html.ActionLink("Delete", "Delete", new { hRef=item.HRef, method = item.Method })
</td>
</tr>
}