Add new employee status and function (#1764)
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:
2021-01-11 09:41:53 +00:00
parent cb5a4deffd
commit a0b463d902
6 changed files with 15 additions and 4 deletions
+3
View File
@@ -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>