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

Unified Diff: gm/rebaseline_server/static/view.html

Issue 183523002: rebaseline_server: fix "Results current as of <timestamp>" banner (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/static/view.html
diff --git a/gm/rebaseline_server/static/view.html b/gm/rebaseline_server/static/view.html
index 36fca750b141c1afef658b85d28ddfd8a9d9dce3..1a54c64ffb7f6473e7ffbcdf427ff93a5badc5f9 100644
--- a/gm/rebaseline_server/static/view.html
+++ b/gm/rebaseline_server/static/view.html
@@ -31,7 +31,7 @@
who can connect to this server over the network can modify them.
</div>
- <div ng-hide="!(header[constants.KEY__HEADER___TIME_UPDATED])">
+ <div ng-hide="!(header[constants.KEY__HEADER__TIME_UPDATED])">
Results current as of {{localTimeString(header[constants.KEY__HEADER__TIME_UPDATED])}}
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698