File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Identity/UI/src/Areas/Identity/Pages/V5
ProjectTemplates/Web.ProjectTemplates/content
RazorPagesWeb-CSharp/Pages/Shared
StarterWeb-CSharp/Views/Shared Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 2323</head >
2424<body >
2525 <header >
26- <nav class =" navbar navbar-expand-sm navbar-light navbar-toggleable-sm bg-white border-bottom box-shadow mb-3" >
27- <div class =" container-fluid " >
26+ <nav class =" navbar navbar-expand-lg navbar-light bg-light border-bottom box-shadow mb-3" >
27+ <div class =" container" >
2828 <a class =" navbar-brand" href =" ~/" >@Environment.ApplicationName </a >
2929 <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" .navbar-collapse" aria-controls =" navbarSupportedContent"
3030 aria-expanded =" false" aria-label =" Toggle navigation" >
3131 <span class =" navbar-toggler-icon" ></span >
3232 </button >
33- <div class =" navbar- collapse collapse d-sm-inline-flex flex-sm-row-reverse " >
33+ <div class =" collapse navbar-collapse " >
3434 @{
3535 var result = Engine .FindView (ViewContext , " _LoginPartial" , isMainPage : false );
3636 }
5656 </main >
5757 </div >
5858 <footer class =" footer border-top pl-3 text-muted" >
59- <div class =" container-fluid " >
59+ <div class =" container" >
6060 © ; @DateTime.Now.Year - @Environment.ApplicationName
6161 @{
6262 var foundPrivacy = Url .Page (" /Privacy" , new { area = " " });
Original file line number Diff line number Diff line change 99</head >
1010<body >
1111 <header >
12- <nav class =" navbar navbar-expand-sm navbar-toggleable-sm navbar- light bg-white border-bottom box-shadow mb-3" >
12+ <nav class =" navbar navbar-expand-lg navbar-light bg-light border-bottom box-shadow mb-3" >
1313 <div class =" container" >
1414 <a class =" navbar-brand" asp-area =" " asp-page =" /Index" >Company.WebApplication1</a >
1515 <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" .navbar-collapse" aria-controls =" navbarSupportedContent"
16+ aria-expanded =" false" aria-label =" Toggle navigation" >
1617 <span class =" navbar-toggler-icon" ></span >
1718 </button >
1819 <div class =" collapse navbar-collapse" >
3839 @RenderBody()
3940 </main >
4041 </div >
42+
4143 <footer class =" border-top footer text-muted" >
4244 <div class =" container-fluid" >
4345 © ; copyrightYear - Company.WebApplication1 - <a asp-area =" " asp-page =" /Privacy" >Privacy</a >
Original file line number Diff line number Diff line change 1010<body >
1111 <header >
1212 <nav class =" navbar navbar-expand-lg navbar-light bg-light border-bottom box-shadow mb-3" >
13- <div class =" container-fluid navbar " >
14- <a class =" navbar-brand" asp-area =" " asp-controller = " Home " asp-action = " Index" >Company.WebApplication1</a >
13+ <div class =" container" >
14+ <a class =" navbar-brand" asp-area =" " asp-page = " / Index" >Company.WebApplication1</a >
1515 <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" .navbar-collapse" aria-controls =" navbarSupportedContent"
1616 aria-expanded =" false" aria-label =" Toggle navigation" >
1717 <span class =" navbar-toggler-icon" ></span >
1818 </button >
19- <div class =" navbar- collapse collapse" >
19+ <div class =" collapse navbar- collapse" >
2020 <ul class =" navbar-nav" >
2121 <li class =" nav-item" >
2222 <a class =" nav-link text-dark" asp-area =" " asp-controller =" Home" asp-action =" Index" >Home</a >
You can’t perform that action at this time.
0 commit comments