Skip to content

Commit 1a8c0f2

Browse files
IgorSychevIgor Sychev
authored andcommitted
layout fix after alpha5
1 parent e624150 commit 1a8c0f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Services/Identity/Identity.API/Views/Shared/_Layout.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<link rel="icon" type="image/x-icon" href="~/favicon.ico" />
88
<link rel="shortcut icon" type="image/x-icon" href="~/favicon.ico" />
99
<environment names="Development">
10-
<link rel="stylesheet" href="~/lib/bootstrap/css/bootstrap.css" />
10+
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
1111
<link rel="stylesheet" href="~/css/site.css" />
1212
</environment>
1313
<environment names="Staging,Production">
14-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.5/css/bootstrap.min.css"
14+
<link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/css/bootstrap.min.css"
1515
asp-fallback-href="~/lib/bootstrap/dist/css/bootstrap.min.css"
1616
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" />
1717
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />
@@ -49,7 +49,7 @@
4949

5050

5151
<script src="~/lib/jquery/jquery.js"></script>
52-
<script src="~/lib/bootstrap/js/bootstrap.js"></script>
52+
<script src="~/lib/bootstrap/dist/js/bootstrap.js"></script>
5353
@RenderSection("scripts", required: false)
5454
</body>
5555
</html>

0 commit comments

Comments
 (0)