From fe625c38d697da218eb1e61d41273792397bd927 Mon Sep 17 00:00:00 2001 From: Wyatt Allen Date: Wed, 27 Sep 2017 11:45:17 -0400 Subject: [PATCH] Update URL generation in gr-related-changes-list Change-Id: Idb9d2464e473ca167e6794ca5e0a7cbc52d8e933 --- .../gr-related-changes-list.html | 12 ++++++------ .../gr-related-changes-list.js | 15 ++++++++------- .../gr-related-changes-list_test.html | 6 ++++++ .../core/gr-navigation/gr-navigation.html | 15 +++++++++++++++ 4 files changed, 35 insertions(+), 13 deletions(-) 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 2ebf7c71fb..401aaf8872 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 @@ -15,9 +15,9 @@ limitations under the License. --> - + @@ -112,7 +112,7 @@ limitations under the License. items="[[_relatedResponse.changes]]" as="related">
- [[related.commit.subject]] @@ -127,7 +127,7 @@ limitations under the License.

Submitted together