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

Unified Diff: Tools/GardeningServer/ui/ct-revision-details.html

Issue 485253004: [Sheriff-o-matic] Remove race condition on the commit list. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: names Created 6 years, 4 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
Index: Tools/GardeningServer/ui/ct-revision-details.html
diff --git a/Tools/GardeningServer/ui/ct-revision-details.html b/Tools/GardeningServer/ui/ct-revision-details.html
index e4696b3c4a22186ce5d8abb62cbc794c7ca25ce5..b1385c030e899a05e878d8f8bed908384c90a7cb 100644
--- a/Tools/GardeningServer/ui/ct-revision-details.html
+++ b/Tools/GardeningServer/ui/ct-revision-details.html
@@ -8,7 +8,7 @@ found in the LICENSE file.
<link href="../model/ct-builder-revisions.html" rel="import">
<link href="ct-popup-menu.html" rel="import">
-<polymer-element name="ct-revision-details" attributes="builderLatestRevisions revisionLog tree">
+<polymer-element name="ct-revision-details" attributes="builderLatestRevisions commitLog tree">
<template>
<style>
ct-popup-menu > div {
@@ -35,7 +35,7 @@ found in the LICENSE file.
</div>
</template>
</ct-popup-menu>
- trunk is at <a id="trunkRevision" href="{{ revisionLog.commits.blink[revisionLog.lastRevision['blink']].url }}">{{ revisionLog.lastRevision['blink'] }}</a>
+ trunk is at <a id="trunkRevision" href="{{ commitLog.commits.blink[commitLog.lastRevision['blink']].url }}">{{ commitLog.lastRevision['blink'] }}</a>
</template>
</template>
<script>
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-stream.html ('k') | Tools/GardeningServer/ui/ct-unexpected-failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698