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

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

Issue 2748073006: Milo Refactor: Remove theme support (Closed)
Patch Set: Fix builder.html pointer Created 3 years, 9 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"}}Builder {{ .Builder.Name }}{{end}} 1 {{define "title"}}Builder {{ .Builder.Name }}{{end}}
2 2
3 {{define "head"}} 3 {{define "head"}}
4 <link id="favicon" rel="shortcut icon" 4 <link id="favicon" rel="shortcut icon"
5 type="image/png" href="/static/common/favicon/milo-32.png"> 5 type="image/png" href="/static/common/favicon/milo-32.png">
6 {{end}} 6 {{end}}
7 7
8 {{define "body"}} 8 {{define "body"}}
9 <h1>Builder {{.Builder.Name}}</h1> 9 <h1>Builder {{.Builder.Name}}</h1>
10 10
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 121
122 (Show: 122 (Show:
123 <a href=".">default</a> 123 <a href=".">default</a>
124 <a href="?limit=25">25</a> 124 <a href="?limit=25">25</a>
125 <a href="?limit=50">50</a> 125 <a href="?limit=50">50</a>
126 <a href="?limit=100">100</a> 126 <a href="?limit=100">100</a>
127 <a href="?limit=200">200</a> 127 <a href="?limit=200">200</a>
128 ) 128 )
129 129
130 {{end}} 130 {{end}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698