97 remaining

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

View file

@ -12,6 +12,6 @@
@Html.DisplayFor(m=>Model.Member)
</div>
<p>
@Html.ActionLink(SR["Delete"], "Delete", new { id = Model.CircleId }) |
@Html.ActionLink("Delete", "Delete", new { id = Model.CircleId }) |
<a asp-action="Index">Back to List</a>
</p>