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

Side by Side Diff: milo/frontend/appengine/templates/pages/console.html

Issue 2953183002: Fix milo deployment (Closed)
Patch Set: License header fix Created 3 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 {{define "title"}}Milo{{end}} 1 {{define "title"}}Milo{{end}}
2 2
3 {{define "head"}} 3 {{define "head"}}
4 <style> 4 <style>
5 th { 5 th {
6 border: 1px silver; 6 border: 1px silver;
7 } 7 }
8 </style> 8 </style>
9 {{end}} 9 {{end}}
10 10
(...skipping 16 matching lines...) Expand all
27 <a href="{{.Link.URL}}">x</a> 27 <a href="{{.Link.URL}}">x</a>
28 {{ end }} 28 {{ end }}
29 {{ end }} 29 {{ end }}
30 </td> 30 </td>
31 {{ end }} 31 {{ end }}
32 </tr> 32 </tr>
33 {{ end }} 33 {{ end }}
34 </table> 34 </table>
35 35
36 {{end}} <!-- Body --> 36 {{end}} <!-- Body -->
OLDNEW
« no previous file with comments | « milo/frontend/appengine/templates/pages/configs.html ('k') | milo/frontend/appengine/templates/pages/error.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698