From 731e2384bb34dfc556144cf97069f80b5eb02501 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Mon, 6 Jun 2016 17:01:16 -0400 Subject: [PATCH] Handle the three different owner types (organization, user, team) with separate links --- awx/ui/client/src/credentials/ownerList.partial.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/src/credentials/ownerList.partial.html b/awx/ui/client/src/credentials/ownerList.partial.html index 63dff4423e..1ed46c081b 100644 --- a/awx/ui/client/src/credentials/ownerList.partial.html +++ b/awx/ui/client/src/credentials/ownerList.partial.html @@ -1,3 +1,5 @@
- {{ owner.name }}{{$last ? '' : ', '}} + {{ owner.name }}{{$last ? '' : ', '}} + {{ owner.name }}{{$last ? '' : ', '}} + {{ owner.name }}{{$last ? '' : ', '}}