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

View file

@ -3,19 +3,6 @@
ViewBag.Title = Localizer["ApiScope"];
}
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Delete</title>
</head>
<body>
<h3>Are you sure you want to delete this?</h3>
<div>
<h4>YavscApiScope</h4>
@ -64,12 +51,9 @@
@Html.DisplayFor(model => model.ShowInDiscoveryDocument)
</dd>
</dl>
<form asp-action="Delete">
<input type="hidden" asp-for="Id" />
<input type="submit" value="Delete" class="btn btn-danger" /> |
<a asp-action="Index">Back to List</a>
</form>
</div>
</body>
</html>