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

Unified Diff: Tools/GardeningServer/ui/ct-commit.html

Issue 402603007: Get sheriff-o-matic data from auto-sheriff.appspot.com. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address review comments Created 6 years, 5 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 | « Tools/GardeningServer/ui/ct-builder-grid.html ('k') | Tools/GardeningServer/ui/ct-commit-tests.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-commit.html
diff --git a/Tools/GardeningServer/ui/ct-commit.html b/Tools/GardeningServer/ui/ct-commit.html
index 5a4dc014f376b0ad8fb2c21ba7c936f339d0bbb8..2b36ecae61ae58a4b5273bef4c9157fbac79f34d 100644
--- a/Tools/GardeningServer/ui/ct-commit.html
+++ b/Tools/GardeningServer/ui/ct-commit.html
@@ -4,7 +4,7 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<polymer-element name="ct-commit" attributes="data">
+<polymer-element name="ct-commit" attributes="data" noscript>
<template>
<style>
:host {
@@ -32,14 +32,6 @@ found in the LICENSE file.
border-bottom: 5px solid white;
}
</style>
- <a href="{{data.revision|changesetURL}}">{{data.revision}}</a> {{data.summary}} <em>{{data.author}}</em>
+ <a href="{{ data.url }}">{{ data.revision }}</a> {{ data.summary }} <em>{{ data.author }}</em>
</template>
- <script>
- Polymer({
- changesetURL: function(revision) {
- // FIXME: This is the last caller of trac.*. Find a better home for this.
- return trac.changesetURL(revision);
- },
- });
- </script>
</polymer-element>
« no previous file with comments | « Tools/GardeningServer/ui/ct-builder-grid.html ('k') | Tools/GardeningServer/ui/ct-commit-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698