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, "2022-07-01 23:59:59.000000", "2022-09-30 23:59:59.000000");
contributorStats(req, res, "2022-10-01 23:59:59.000000", "2022-12-31 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 July 1st, 2022 - October 1st, 2022
title Top Contributors on fixing D bugs October 1st, 2022 - January 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 July 1st, 2022 - October 1st, 2022
h2(style="margin-top: 6rem") Top Contributors October 1st, 2022 - January 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