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

Unified Diff: milo/frontend/view_console.go

Issue 2984003002: Milo: Change console commit text format (Closed)
Patch Set: 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/frontend/appengine/templates/pages/console.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/view_console.go
diff --git a/milo/frontend/view_console.go b/milo/frontend/view_console.go
index 6106e95107353eda94a92c5fb1d138734d000bba..44d078fddab87ff703dccf1a5c21b85087085983 100644
--- a/milo/frontend/view_console.go
+++ b/milo/frontend/view_console.go
@@ -129,8 +129,8 @@ func (c consoleRenderer) Header() template.HTML {
result := ""
for row := 0; row < depth; row++ {
- result += "<tr><th></th>"
- // "" is the first node, " " is an empty node.
+ result += "<tr><th></th><th></th>"
+ // "" is the first two nodes, " " is an empty node.
current := ""
colspan := 0
for _, br := range cat {
« no previous file with comments | « milo/frontend/appengine/templates/pages/console.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698