presentation & tools

This commit is contained in:
Paul Schneider 2019-06-22 19:34:39 +01:00
commit 4c496e08d1
76 changed files with 3973 additions and 254 deletions

View file

@ -66,7 +66,7 @@
}
else
{
@:@@Html.ActionLink("Edit", "Edit", new { /* id = Model.PrimaryKey */ }) |
@:@@Html.ActionLink(@@SR["Edit"], "Edit", new { /* id = Model.PrimaryKey */ }) |
@:<a asp-action="Index">@@SR["Back to List"]</a>
}
}</p>