Chromium Code Reviews| Index: milo/frontend/templates/pages/log.html |
| diff --git a/milo/frontend/templates/pages/log.html b/milo/frontend/templates/pages/log.html |
| deleted file mode 100644 |
| index 08244bc79d28c3ccb7d411d8ce7b56b4d1553288..0000000000000000000000000000000000000000 |
| --- a/milo/frontend/templates/pages/log.html |
| +++ /dev/null |
| @@ -1,10 +0,0 @@ |
| -{{define "title"}}Build Log{{end}} |
| - |
| -{{define "head"}}{{end}} |
| - |
| -{{define "body"}} |
| -<div class="log"><pre>{{.Log}}</pre></div> |
| -{{ if not .Closed }} |
| -<div>(... Log is incomplete ...)</div> |
| -{{ end }} |
| -{{end}} |