File tree Expand file tree Collapse file tree
src/Services/Identity/Identity.API/Views/Shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" />
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 >
You can’t perform that action at this time.
0 commit comments