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

Unified Diff: milo/frontend/appengine/templates/pages/console.html

Issue 2991243002: Milo: Console improvements (Closed)
Patch Set: Review Created 3 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: milo/frontend/appengine/templates/pages/console.html
diff --git a/milo/frontend/appengine/templates/pages/console.html b/milo/frontend/appengine/templates/pages/console.html
index bc8499116feb2937ee5a95e8d3e2fc2c936a9e28..27ce6433fbf601370237f2b98026e6ace0dbc3ad 100644
--- a/milo/frontend/appengine/templates/pages/console.html
+++ b/milo/frontend/appengine/templates/pages/console.html
@@ -26,14 +26,14 @@ th {
<td>
<a href="{{.Revision.URL}}">
<span class="commit" title="{{.Description}}">
- ({{ .AuthorEmail }})
+ {{ .AuthorEmail }}
</span>
</a>
</td>
{{ range .Build }}
{{ if . }}
<td class="status-{{.Summary.Status.String}}">
- {{ . | $console.BuilderLink | linkify }}
+ <a href="{{ .SelfLink }}">x</a>
</td>
{{ else }}
<td></td>

Powered by Google App Engine
This is Rietveld 408576698