dashboard/app: fix the broke-the-build commit URL

Change-Id: I153211b2609b18210227f0cd805bd4b52df83ecb
Reviewed-on: https://go-review.googlesource.com/2056
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Brad Fitzpatrick 2014-12-22 20:57:12 -08:00 committed by Brad Fitzpatrick
parent 575b88be8f
commit 6538dd105d

View File

@ -3,7 +3,7 @@ http://{{.Hostname}}/log/{{.LogHash}}
{{.Commit.Desc}}
http://code.google.com/p/go/source/detail?r={{shortHash .Commit.Hash}}
https://golang.org/change/{{shortHash .Commit.Hash}}
$ tail -200 < log
{{printf "%s" .LogText | tail 200}}