Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/dlangbot/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ void contributorStatsOverall(HTTPServerRequest req, HTTPServerResponse res)

void contributorStatsPerCycle(HTTPServerRequest req, HTTPServerResponse res)
{
contributorStats(req, res, "2023-01-01 00:00:00.000000", "2023-03-31 23:59:59.000000");
contributorStats(req, res, "2023-04-01 00:00:00.000000", "2023-06-30 23:59:59.000000");
}

private void contributorStats(HTTPServerRequest req, HTTPServerResponse res,
Expand Down
4 changes: 2 additions & 2 deletions views/contributor_stats_cycle.dt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
doctype html
head
title Top Contributors on fixing D bugs January 1st, 2023 - April 1st, 2023
title Top Contributors on fixing D bugs April 1st, 2023 - July 1st, 2023
body(style="text-align: center; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #984ea3; color: white")
h2(style="margin-top: 6rem") Top Contributors January 1st, 2023 - April 1st, 2023
h2(style="margin-top: 6rem") Top Contributors April 1st, 2023 - July 1st, 2023

img(id="rocket", src="img/dlang_rocket.png", style="position: absolute; right: 2rem; top: 8rem; z-index: -1; opacity: 0.75")
table(style="margin-left: auto; margin-right: auto")
Expand Down