layouts
This commit is contained in:
parent
bce6280750
commit
c74ac71b5d
8 changed files with 10 additions and 112 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue