Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Inspector image instead of login
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyk committed Jun 30, 2018
1 parent 8b13c79 commit 83b920a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xsl/pmo/agenda.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ SOFTWARE.
<xsl:value-of select="impediment"/>
</td>
<td>
<xsl:call-template name="user">
<xsl:with-param name="id" select="inspector"/>
</xsl:call-template>
<a href="https://www.0crat.com/u/{inspector}" title="@{inspector}">
<img src="https://socatar.com/github/{inspector}/90-90" style="width:30px;height:30px;border-radius:3px;vertical-align:middle;"/>
</a>
</td>
</tr>
</xsl:template>
Expand Down

0 comments on commit 83b920a

Please sign in to comment.