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/02 12:25:18 UTC

svn commit: r1887084 - /incubator/public/trunk/content/stylesheets/project-index.xsl

Author: sebb
Date: Tue Mar  2 12:25:18 2021
New Revision: 1887084

URL: http://svn.apache.org/viewvc?rev=1887084&view=rev
Log:
INCUBATOR-236 Podling list does not show aliases

Modified:
    incubator/public/trunk/content/stylesheets/project-index.xsl

Modified: incubator/public/trunk/content/stylesheets/project-index.xsl
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/stylesheets/project-index.xsl?rev=1887084&r1=1887083&r2=1887084&view=diff
==============================================================================
--- incubator/public/trunk/content/stylesheets/project-index.xsl (original)
+++ incubator/public/trunk/content/stylesheets/project-index.xsl Tue Mar  2 12:25:18 2021
@@ -47,6 +47,7 @@
                         </xsl:otherwise>
                     </xsl:choose>
                     <th>Mentors</th>
+                    <th>Aliases</th>
                     <th>Start Date</th>
                     <xsl:if test="$enddate = 'true'">
                         <th>End Date</th>
@@ -165,6 +166,9 @@
             <td>
                 <xsl:call-template name="mentor-list" />
             </td>
+            <td>
+                <xsl:value-of select="translate(@resourceAliases,',',' ')" />
+            </td>
             <xsl:text>
           </xsl:text>
             <td>



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