rebaseline_server: fix "Results current as of <timestamp>" banner
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 27 Feb 2014 18:13:07 +0000 (18:13 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 27 Feb 2014 18:13:07 +0000 (18:13 +0000)
(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

gm/rebaseline_server/static/view.html

index 36fca75..1a54c64 100644 (file)
@@ -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>