layouts
This commit is contained in:
parent
bce6280750
commit
c74ac71b5d
8 changed files with 10 additions and 112 deletions
|
|
@ -2,17 +2,9 @@
|
|||
|
||||
@{
|
||||
ViewBag.Title = Localizer["ApiScope"];
|
||||
Layout = null;
|
||||
|
||||
}
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<title>Index</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
<a asp-action="Create">Create New</a>
|
||||
</p>
|
||||
|
|
@ -76,5 +68,3 @@
|
|||
}
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue