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

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

Issue 2248893002: Settings page for analytics ID (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: y Created 4 years, 3 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 | « milo/appengine/frontend/milo_test.go ('k') | milo/appengine/settings/themes.go » ('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 "buildbot"}} 1 {{define "buildbot"}}
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 <meta charset="utf-8"> 6 <meta charset="utf-8">
7 <title>{{template "title" .}}</title> 7 <title>{{template "title" .}}</title>
8 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> 8 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
9 <script src="/static/common/js/time.js"></script> 9 <script src="/static/common/js/time.js"></script>
10 <script src="/static/common/third_party/js/jquery.min.js"></script> 10 <script src="/static/common/third_party/js/jquery.min.js"></script>
(...skipping 10 matching lines...) Expand all
21 <a href="https://github.com/luci">luci</a>, 21 <a href="https://github.com/luci">luci</a>,
22 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>
23 Page built: <b>{{.CurrentTime | localTime "" }}</b> (All times local) 23 Page built: <b>{{.CurrentTime | localTime "" }}</b> (All times local)
24 </footer> 24 </footer>
25 <script> 25 <script>
26 (function () { 26 (function () {
27 'use strict'; 27 'use strict';
28 milo.makeTimesLocal(); 28 milo.makeTimesLocal();
29 })(); 29 })();
30 </script> 30 </script>
31 {{ .Analytics }}
31 {{end}} 32 {{end}}
OLDNEW
« no previous file with comments | « milo/appengine/frontend/milo_test.go ('k') | milo/appengine/settings/themes.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698