Add new employee status and function (#1764)
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
Co-Authored-By: Max Mehl <max.mehl@fsfe.org> Co-Committed-By: Max Mehl <max.mehl@fsfe.org>
This commit was merged in pull request #1764.
This commit is contained in:
@@ -212,6 +212,9 @@
|
||||
<xsl:when test="substring-before( . , '/') = 'freelancer'">
|
||||
<xsl:attribute name="class">employee freelancer</xsl:attribute>
|
||||
</xsl:when>
|
||||
<xsl:when test="substring-before( . , '/') = 'contractor'">
|
||||
<xsl:attribute name="class">employee contractor</xsl:attribute>
|
||||
</xsl:when>
|
||||
<xsl:when test="substring-before( . , '/') = 'intern'">
|
||||
<xsl:attribute name="class">employee intern</xsl:attribute>
|
||||
</xsl:when>
|
||||
|
||||
Reference in New Issue
Block a user