| OLD | NEW |
| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ | 53 (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), | 54 (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) | 55 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'); | 56 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); |
| 57 | 57 |
| 58 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); | 58 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); |
| 59 </script> | 59 </script> |
| 60 {{ .Analytics }} | 60 {{ .Analytics }} |
| 61 {{end}} | 61 {{end}} |
| 62 </html> | 62 </html> |
| OLD | NEW |