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

Side by Side Diff: appengine/cmd/milo/frontend/expectations/buildbot-frontend.testableFrontpage-Basic_frontpage.html

Issue 2096773002: Milo: Remove settings link (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 1
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 3
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Milo</title> 5 <title>Milo</title>
6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
7 <script src="/static/common/js/time.js"></script> 7 <script src="/static/common/js/time.js"></script>
8 8
9 9
10 <body class="interface"> 10 <body class="interface">
11 <header> 11 <header>
12 Luci 12 Luci
13 <a href="/settings">settings</a>
14 </header> 13 </header>
15 <hr> 14 <hr>
16 15
17 <h1>Herro thar, this is Milo!</h1> 16 <h1>Herro thar, this is Milo!</h1>
18 <div> <img src="https://storage.googleapis.com/luci-milo/milo.jpg"> </div> 17 <div> <img src="https://storage.googleapis.com/luci-milo/milo.jpg"> </div>
19 18
20 <footer> 19 <footer>
21 <hr> 20 <hr>
22 <a href="https://github.com/luci">luci</a>, 21 <a href="https://github.com/luci">luci</a>,
23 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 22 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
24 Page built: <b><span id="current-time">0001-02-03 04:05:06.000000007 &#43;00 00 UTC</span></b> 23 Page built: <b><span id="current-time">0001-02-03 04:05:06.000000007 &#43;00 00 UTC</span></b>
25 </footer> 24 </footer>
26 25
27 <script> 26 <script>
28 (function () { 27 (function () {
29 'use strict'; 28 'use strict';
30 document.getElementById('current-time').textContent = milo.formatDate( 29 document.getElementById('current-time').textContent = milo.formatDate(
31 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); 30 '0001-02-03 04:05:06.000000007 \x2b0000 UTC');
32 })(); 31 })();
33 </script> 32 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698