Skip to content

Commit

Permalink
show aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Sep 19, 2015
1 parent c15fb76 commit 9728336
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/resources/yanel-user/htdocs/yanel-user-profile.xsl
Expand Up @@ -179,6 +179,20 @@
<xsl:call-template name="process-all-groups"/>
-->

<h2>Aliases</h2>
<xsl:choose>
<xsl:when test="aliases">
<ul>
<xsl:for-each select="aliases/alias">
<li><xsl:value-of select="."/></li>
</xsl:for-each>
</ul>
</xsl:when>
<xsl:otherwise>
<p>No aliases yet.</p>
</xsl:otherwise>
</xsl:choose>

<h2>History</h2>
<table>
<tr>
Expand Down

0 comments on commit 9728336

Please sign in to comment.