Skip to content

Commit

Permalink
#22 invite to contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 20, 2016
1 parent 06056dc commit a7d717d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/xsl/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@
<strong><xsl:value-of select="format-number(sum(domains/domain/usage) div (1024 * 1024 * 1024), '###,###,###')"/></strong>
<xsl:text>Gb.</xsl:text>
</p>
<p>
<xsl:text>It's an open source system.</xsl:text>
<xsl:text> If you want to contribute, </xsl:text>
<a href="https://github.com/yegor256/jare"><xsl:text>please do</xsl:text></a>
<xsl:text>.</xsl:text>
</p>
</xsl:if>
<xsl:if test="not(domains/domain)">
<p>
Expand Down

0 comments on commit a7d717d

Please sign in to comment.