File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
src/Web/AspNetCoreTemplate.Web Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 10
10
{
11
11
<div id =" cookieConsent" class =" alert alert-info alert-dismissible fade show" role =" alert" >
12
12
We use cookies to understand how you use our site and to improve your experience . <a asp-area =" " asp-controller =" Home" asp-action =" Privacy" >Learn More </a >.
13
- <button type =" button" class =" accept-policy close" data-dismiss =" alert" aria-label =" Close" data-cookie-string =" @cookieString" >
13
+ <button type =" button" class =" btn btn-primary accept-policy close" data-dismiss =" alert" aria-label =" Close" data-cookie-string =" @cookieString" >
14
14
<span aria-hidden =" true" >Accept </span >
15
15
</button >
16
16
</div >
Original file line number Diff line number Diff line change 17
17
aria-expanded =" false" aria-label =" Toggle navigation" >
18
18
<span class =" navbar-toggler-icon" ></span >
19
19
</button >
20
- <div class =" navbar-collapse collapse d-sm-inline-flex flex-sm-row-reverse" >
21
- <partial name =" _LoginPartial" />
20
+ <div class =" navbar-collapse collapse d-sm-inline-flex justify-content-between" >
22
21
<ul class =" navbar-nav flex-grow-1" >
23
22
<li class =" nav-item" >
24
23
<a class =" nav-link text-dark" asp-area =" " asp-controller =" Home" asp-action =" Index" >Home</a >
30
29
<a class =" nav-link text-dark" asp-area =" " asp-controller =" Home" asp-action =" Privacy" >Privacy</a >
31
30
</li >
32
31
</ul >
32
+ <partial name =" _LoginPartial" />
33
33
</div >
34
34
</div >
35
35
</nav >
Original file line number Diff line number Diff line change 5
5
"Logging" : {
6
6
"LogLevel" : {
7
7
"Default" : " Information" ,
8
- "Microsoft" : " Warning" ,
9
- "Microsoft.Hosting.Lifetime" : " Information"
8
+ "Microsoft.AspNetCore" : " Warning"
10
9
}
11
10
},
12
11
"AllowedHosts" : " *"
You can’t perform that action at this time.
0 commit comments