Sync Identity UI default layout with the templates layout

This commit is contained in:
Javier Calvarro Nelson 2018-08-23 15:15:54 -07:00
parent f2e4a63747
commit b3a6bda45a
1 changed files with 24 additions and 20 deletions

View File

@ -23,6 +23,7 @@
<body> <body>
<header> <header>
<nav class="navbar navbar-expand-sm navbar-light navbar-toggleable-sm bg-white border-bottom box-shadow mb-3"> <nav class="navbar navbar-expand-sm navbar-light navbar-toggleable-sm bg-white border-bottom box-shadow mb-3">
<div class="container">
<a class="navbar-brand" href="~/">@Environment.ApplicationName</a> <a class="navbar-brand" href="~/">@Environment.ApplicationName</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-controls="navbarSupportedContent" <button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation"> aria-expanded="false" aria-label="Toggle navigation">
@ -43,17 +44,20 @@
$"we have looked at it in the following locations: {System.Environment.NewLine}{string.Join(System.Environment.NewLine, result.SearchedLocations)}."); $"we have looked at it in the following locations: {System.Environment.NewLine}{string.Join(System.Environment.NewLine, result.SearchedLocations)}.");
} }
</div> </div>
</div>
</nav> </nav>
</header> </header>
<div class="container-fluid"> <div class="container">
<partial name="_CookieConsentPartial" optional /> <partial name="_CookieConsentPartial" optional />
<main role="main" class="pb-1"> <main role="main" class="pb-1">
@RenderBody() @RenderBody()
</main> </main>
</div> </div>
<footer class="footer border-top pl-3 text-muted"> <footer class="footer border-top pl-3 text-muted">
<div class="container">
&copy; @DateTime.Now.Year - @Environment.ApplicationName - <a asp-area="" asp-page="Privacy">Privacy</a> &copy; @DateTime.Now.Year - @Environment.ApplicationName - <a asp-area="" asp-page="Privacy">Privacy</a>
</div>
</footer> </footer>
<environment include="Development"> <environment include="Development">