Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 29, 2024
1 parent fc36ba1 commit b6987ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@
(set b2 (max b2 days_fee_max))
(give b2 "for #{days} days of delay")
)
-
when: 2024-06-26T22:22:22.8492Z
award: 14
who: 6305016
is_human: 1
why: for important issue reported
-
when: 2024-06-16T22:22:22.8492Z
award: -8
who: 6305016
is_human: 1
why: for fun
-
when: 2024-07-05T22:22:22.8492Z
award: -8
Expand Down Expand Up @@ -72,18 +84,6 @@
is_human: 1
why: for new release
href: https://github.com/yegor256/judges/issues/111
-
when: 2024-06-26T22:22:22.8492Z
award: 14
who: 6305016
is_human: 1
why: for important issue reported
-
when: 2024-06-16T22:22:22.8492Z
award: -8
who: 6305016
is_human: 1
why: for fun
-
when: 2024-07-03T22:22:22.8492Z
what: quality-of-service
Expand Down
1 change: 1 addition & 0 deletions xsl/awards.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ SOFTWARE.
</td>
</tr>
<xsl:for-each select="$facts[who_name=$name]">
<xsl:sort select="when" data-type="text"/>
<xsl:variable name="fact" select="."/>
<tr class="sub tablesorter-childRow p_ p_{$name}" style="display: none;">
<td>
Expand Down

0 comments on commit b6987ec

Please sign in to comment.