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

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

Issue 2984673002: [milo] get console in working shape. (Closed)
Patch Set: fix build Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/common/config.go ('k') | milo/frontend/view_console.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 39a579ba6e71034e09430d002367ec4634b625e8..33896be6ab34242c8414f08226fce9831c0d30ae 100644
--- a/milo/frontend/appengine/templates/pages/console.html
+++ b/milo/frontend/appengine/templates/pages/console.html
@@ -20,7 +20,7 @@ th {
{{ range $console.Commit }}
<tr>
<td>
- {{ .Revision }}
+ {{ .Revision | linkify }}
</td>
{{ range .Build }}
{{ if . }}
« no previous file with comments | « milo/common/config.go ('k') | milo/frontend/view_console.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698