Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
s/Top 100/Latest 1000/
  • Loading branch information
FROGGS committed Nov 4, 2014
1 parent d6f5ee6 commit fc58a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.pl
Expand Up @@ -127,7 +127,7 @@

$<distver> = '0' if $<distver> eq '*';
$<breadcrumb> = '/recent';
@reports.push: recent-line($/) unless ($i = $i + 1) > 100;
@reports.push: recent-line($/) unless ($i = $i + 1) > 1000;
}
for @osnames -> $osname {
for %stats.keys -> $compver is copy {
Expand Down Expand Up @@ -163,7 +163,7 @@
dist({
:stats( stats([@osnames.sort], $%stats, &cell) ),
:report-tables(
'<h4>Top 100 reports</h4>' ~
'<h4>Lates 1000 reports</h4>' ~
recent-table({ :report-lines(@reports.join("\n")) })
)
}),
Expand Down

0 comments on commit fc58a9e

Please sign in to comment.