This commit is contained in:
Paul Schneider 2026-07-04 20:09:58 +01:00
commit c74ac71b5d
8 changed files with 10 additions and 112 deletions

View file

@ -3,18 +3,6 @@
ViewBag.Title = Localizer["ApiScope"];
}
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Details</title>
</head>
<body>
<div>
<h4>YavscApiScope</h4>
@ -68,5 +56,3 @@
<a asp-action="Edit" asp-route-id="@Model?.Id">Edit</a> |
<a asp-action="Index">Back to List</a>
</div>
</body>
</html>