You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by se...@apache.org on 2021/03/03 12:09:49 UTC

[incubator] branch master updated: Add aliases

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator.git


The following commit(s) were added to refs/heads/master by this push:
     new 5454347  Add aliases
5454347 is described below

commit 5454347a32584bb5224e76069087ae0b28c09b6f
Author: Sebb <se...@apache.org>
AuthorDate: Wed Mar 3 12:09:32 2021 +0000

    Add aliases
---
 templates/projectspage.gsp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/templates/projectspage.gsp b/templates/projectspage.gsp
index c920f3e..e88418c 100644
--- a/templates/projectspage.gsp
+++ b/templates/projectspage.gsp
@@ -33,6 +33,7 @@
 	   <th>Description</th>
 	   <th>Sponsor (Champion)</th>
 	   <th>Mentors</th>
+	   <th>Aliases</th>
 	   <th>Start&nbsp;Date&nbsp;</th>
 	</tr>
         <% podlings.toSorted(sortedName).each { podling ->
@@ -53,6 +54,7 @@
 		     	sep=", "
 		} %>
 	   </td>
+	   <td>${podling.@resourceAliases}</td>
 	   <td>${podling.@startdate}</td>
 	</tr>
         <%


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org