commit | 16ced1163c8c2b6b9b723aa0411a20c70bec9350 | [log] [tgz] |
---|---|---|
author | Becky Siegel <beckysiegel@google.com> | Thu Jan 12 14:48:46 2017 -0800 |
committer | Becky Siegel <beckysiegel@google.com> | Thu Jan 12 14:50:13 2017 -0800 |
tree | ab3054745fb448bd68129cdb19c5dac33957adb8 | |
parent | aa0e08e60720f12f0d4f88b821df740906bf1c21 [diff] |
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
diff --git a/polygerrit-ui/app/elements/change/gr-related-changes-list/gr-related-changes-list.html b/polygerrit-ui/app/elements/change/gr-related-changes-list/gr-related-changes-list.html index fc7d0d1..69c8cc0 100644 --- a/polygerrit-ui/app/elements/change/gr-related-changes-list/gr-related-changes-list.html +++ b/polygerrit-ui/app/elements/change/gr-related-changes-list/gr-related-changes-list.html
@@ -137,7 +137,7 @@ <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>