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

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 22, 2018
1 parent 22d656a commit 6f30d68
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions xsl/pmo/awards.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ SOFTWARE.
<xsl:with-param name="sum" select="sum(award/points)"/>
</xsl:call-template>
<xsl:text>.</xsl:text>
<xsl:text> Remember, we automatically delete expired awards, according to </xsl:text>
<a href="http://www.zerocracy.com/policy.html#18">
<xsl:text>§18</xsl:text>
</a>
<xsl:text>.</xsl:text>
</p>
<table data-sortable="true">
<thead>
Expand All @@ -46,9 +51,6 @@ SOFTWARE.
<th>
<xsl:text>Job</xsl:text>
</th>
<th>
<xsl:text>Added</xsl:text>
</th>
<th>
<xsl:text>Reason</xsl:text>
</th>
Expand All @@ -71,6 +73,11 @@ SOFTWARE.
<xsl:call-template name="points">
<xsl:with-param name="sum" select="points"/>
</xsl:call-template>
<span style="line-height:0.8em;font-size:0.8em;color:gray;display:block;">
<xsl:call-template name="date">
<xsl:with-param name="iso" select="added"/>
</xsl:call-template>
</span>
</td>
<td>
<xsl:call-template name="project">
Expand All @@ -82,11 +89,6 @@ SOFTWARE.
<xsl:with-param name="id" select="job"/>
</xsl:call-template>
</td>
<td>
<xsl:call-template name="date">
<xsl:with-param name="iso" select="added"/>
</xsl:call-template>
</td>
<td>
<xsl:call-template name="par">
<xsl:with-param name="text" select="reason"/>
Expand Down

0 comments on commit 6f30d68

Please sign in to comment.