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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user