aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-27 18:13:07 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-27 18:13:07 +0000
commit8dab8ecc93c018fbda2f7f6fdcfdf9982563f9a9 (patch)
tree1928dc4861cdc757f99216f81513ce3dea498c58
parent210ae2a42613b9048e8e8c4096c5bf4fe2ddf838 (diff)
rebaseline_server: fix "Results current as of <timestamp>" banner
(SkipBuildbotRuns) BUG=skia:2232 NOTREECHECKS=True NOTRY=True R=rmistry@google.com TBR=rmistry Author: epoger@google.com Review URL: https://codereview.chromium.org/183523002 git-svn-id: http://skia.googlecode.com/svn/trunk@13612 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gm/rebaseline_server/static/view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/rebaseline_server/static/view.html b/gm/rebaseline_server/static/view.html
index 36fca750b1..1a54c64ffb 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>