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

Side by Side Diff: milo/frontend/appengine/templates/includes/base.html

Issue 2977173002: [milo] add milo version to page base (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | milo/frontend/expectations/buildbot.build-Debug_page-_CrWinGoma_30608.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {{define "base"}} 1 {{define "base"}}
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 <!-- Copyright 2015 The LUCI Authors. All rights reserved. 3 <!-- Copyright 2015 The LUCI Authors. All rights reserved.
4 Use of this source code is governed under the Apache License, Version 2.0. 4 Use of this source code is governed under the Apache License, Version 2.0.
5 that can be found in the LICENSE file. --> 5 that can be found in the LICENSE file. -->
6 <html lang="en"> 6 <html lang="en">
7 <meta charset="utf-8"> 7 <meta charset="utf-8">
8 <title>{{template "title" .}}</title> 8 <title>{{template "title" .}}</title>
9 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> 9 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
10 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t ype="text/css"> 10 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t ype="text/css">
(...skipping 18 matching lines...) Expand all
29 <a href="{{.LogoutURL}}">logout</a> 29 <a href="{{.LogoutURL}}">logout</a>
30 {{ end }} 30 {{ end }}
31 </div> 31 </div>
32 </header> 32 </header>
33 <hr> 33 <hr>
34 {{template "body" .}} 34 {{template "body" .}}
35 <footer> 35 <footer>
36 <hr> 36 <hr>
37 <a href="https://github.com/luci">luci</a>, 37 <a href="https://github.com/luci">luci</a>,
38 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 38 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
39 Page built: <b>{{.CurrentTime | localTime "" }}</b> 39 built: <b>{{.CurrentTime | localTime "" }}</b><br>
40 version: <b>{{.AppVersion}}</b><br>
40 </footer> 41 </footer>
41 <script> 42 <script>
42 (function () { 43 (function () {
43 'use strict'; 44 'use strict';
44 milo.makeTimesLocal(); 45 milo.makeTimesLocal();
45 milo.annotateDurations(); 46 milo.annotateDurations();
46 $(document).tooltip({ 47 $(document).tooltip({
47 show: false, 48 show: false,
48 hide: false 49 hide: false
49 }); 50 });
50 })(); 51 })();
51 </script> 52 </script>
52 <script> 53 <script>
53 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ 54 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
54 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), 55 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
55 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m) 56 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m)
56 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap pspot.com/feedback.js','crdx'); 57 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap pspot.com/feedback.js','crdx');
57 58
58 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); 59 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo');
59 </script> 60 </script>
60 {{ .Analytics }} 61 {{ .Analytics }}
61 {{end}} 62 {{end}}
62 </html> 63 </html>
OLDNEW
« no previous file with comments | « no previous file | milo/frontend/expectations/buildbot.build-Debug_page-_CrWinGoma_30608.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698