Add branch to cherry-pick links

Adds branch to cherry-pick links so you can see where it has been
picked to.

Feature: Issue 5032
Change-Id: I0702dc476f077ceb2ba5d22c97add44fe86f1bae
This commit is contained in:
Becky Siegel
2017-01-12 14:48:46 -08:00
parent aa0e08e607
commit 16ced1163c

View File

@@ -137,7 +137,7 @@ limitations under the License.
<template is="dom-repeat" items="[[_cherryPicks]]" as="change">
<a href$="[[_computeChangeURL(change._number)]]"
class$="[[_computeLinkClass(change)]]">
[[change.subject]]
[[change.branch]]: [[change.subject]]
</a>
</template>
</section>