Skip to content

Commit 207c968

Browse files
committed
TestWebAppCore NemLog-in 3 SP name and layout.
1 parent 3a598be commit 207c968

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

test/TestWebAppCoreNemLogin3Sp/Views/Shared/_Layout.cshtml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>@ViewData["Title"] - TestWebAppCore</title>
6+
<title>@ViewData["Title"] - TestWebAppCore NemLog-in 3 SP</title>
77

88
<environment names="Development">
99
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
@@ -17,7 +17,7 @@
1717
<header>
1818
<nav class="navbar navbar-expand-lg navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
1919
<div class="container">
20-
<a class="navbar-brand" asp-controller="Home" asp-action="Index">TestWebAppCore</a>
20+
<a class="navbar-brand" asp-controller="Home" asp-action="Index">TestWebAppCore NemLog-in 3 SP</a>
2121
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-controls="navbarSupportedContent"
2222
aria-expanded="false" aria-label="Toggle navigation">
2323
<span class="navbar-toggler-icon"></span>
@@ -30,9 +30,6 @@
3030
<li class="nav-item">
3131
<a class="nav-link text-dark" asp-controller="Home" asp-action="Secure">Secure Page</a>
3232
</li>
33-
<li class="nav-item">
34-
<a class="nav-link text-dark" asp-controller="IdPInitiated" asp-action="Initiate">IdP Initiated</a>
35-
</li>
3633
<li class="nav-item">
3734
<a class="nav-link text-dark" asp-controller="Metadata" asp-action="Index">Metadata</a>
3835
</li>
@@ -51,7 +48,7 @@
5148

5249
<footer class="border-top footer text-muted">
5350
<div class="container">
54-
<p>&copy; @DateTime.Now.Year - TestWebAppCore</p>
51+
<p>&copy; @DateTime.Now.Year - TestWebAppCore NemLog-in 3 SP</p>
5552
</div>
5653
</footer>
5754

0 commit comments

Comments
 (0)