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

Side by Side Diff: go/src/infra/appengine/sheriff-o-matic/index.html

Issue 2110723004: SoM: Navbar links++ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Minor tweaks. 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 unified diff | Download patch
« no previous file with comments | « go/src/infra/appengine/sheriff-o-matic/elements/som-drawer.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <title>Sheriff-o-Matic</title> 2 <title>Sheriff-o-Matic</title>
3 <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"> 3 <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
4 <base href="/"> 4 <base href="/">
5 <script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></scrip t> 5 <script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></scrip t>
6 <link rel="import" href="elements/som-app.html"> 6 <link rel="import" href="elements/som-app.html">
7 <style> 7 <style>
8 body { 8 body {
9 font-family: sans-serif; 9 font-family: sans-serif;
10 } 10 }
11 </style> 11 </style>
12 <som-app user="{{.User}}" logout-url="{{.LogoutUrl}}"></som-app> 12 <som-app user="{{.User}}" logout-url="{{.LogoutUrl}}"></som-app>
13 13
14 <script> 14 <script>
15 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ 15 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
16 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), 16 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
17 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m ) 17 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m )
18 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.apps pot.com/feedback.js','crdx'); 18 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.apps pot.com/feedback.js','crdx');
19 19
20 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/entry ?template=Build%20Infrastructure&components=Infra>SheriffOMatic&labels=Pri-2,Inf ra-DX&cc=seanmccullough@chromium.org,martiniss@chromium.org&comment=Problem+with +Sheriff-o-Matic'); 20 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/entry ?template=Build%20Infrastructure&components=Infra>SheriffOMatic&labels=Pri-2,Inf ra-DX&cc=seanmccullough@chromium.org,martiniss@chromium.org,zhangtiff@chromium.o rg&comment=Problem+with+Sheriff-o-Matic');
21 21
22 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ 22 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
23 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), 23 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
24 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m ) 24 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m )
25 })(window,document,'script','https://www.google-analytics.com/analytics.js','g a'); 25 })(window,document,'script','https://www.google-analytics.com/analytics.js','g a');
26 26
27 ga('create', 'UA-55762617-22', 'auto'); 27 ga('create', 'UA-55762617-22', 'auto');
28 ga('send', 'pageview'); 28 ga('send', 'pageview');
29 </script> 29 </script>
OLDNEW
« no previous file with comments | « go/src/infra/appengine/sheriff-o-matic/elements/som-drawer.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698