Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: appengine/cmd/milo/frontend/expectations/bootstrap-buildbot.TestableBuild-Debug_page-_CrWinGoma_30608.html

Issue 2095773002: Fix the milo-bootstrap theme css (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Retrain Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/cmd/milo/frontend/expectations/bootstrap-buildbot.TestableBuild-Debug_page-_win_chromium_rel_ng_246309.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/milo/frontend/expectations/bootstrap-buildbot.TestableBuild-Debug_page-_CrWinGoma_30608.html
diff --git a/appengine/cmd/milo/frontend/expectations/bootstrap-buildbot.TestableBuild-Debug_page-_CrWinGoma_30608.html b/appengine/cmd/milo/frontend/expectations/bootstrap-buildbot.TestableBuild-Debug_page-_CrWinGoma_30608.html
index 6376c734f042c08ea8545595ad8f43cb60a3ef09..8e8a124d3a006e16174d2e42c5bae4f648c26851 100644
--- a/appengine/cmd/milo/frontend/expectations/bootstrap-buildbot.TestableBuild-Debug_page-_CrWinGoma_30608.html
+++ b/appengine/cmd/milo/frontend/expectations/bootstrap-buildbot.TestableBuild-Debug_page-_CrWinGoma_30608.html
@@ -14,7 +14,7 @@
<title>Luci Build</title>
- <link href="/static/common/third_party/bootstrap/css/bootstrap.min.css" rel="stylesheet">
+ <link href="/static/bootstrap/third_party/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
padding-top: 70px;
@@ -38,7 +38,7 @@ body {
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="#">Project name</a>
+ <a class="navbar-brand" href="#">Luci</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
@@ -608,7 +608,7 @@ body {
- <script src="/static/common/third_party/jquery/jquery.min.js"></script>
- <script src="/static/common/third_party/bootstrap/js/bootstrap.min.js"></script>
+ <script src="/static/common/third_party/js/jquery.min.js"></script>
+ <script src="/static/bootstrap/third_party/js/bootstrap.min.js"></script>
</body>
</html>
« no previous file with comments | « no previous file | appengine/cmd/milo/frontend/expectations/bootstrap-buildbot.TestableBuild-Debug_page-_win_chromium_rel_ng_246309.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698