We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfdd84 commit 8bc6945Copy full SHA for 8bc6945
website/templates/home.html
@@ -504,7 +504,7 @@ <h3 class="text-lg font-bold">Top Bug Reporters</h3>
504
<div class="bg-white rounded-xl shadow-lg overflow-hidden border border-gray-200">
505
<div class="p-4 border-b border-gray-200 bg-[#e74c3c] text-white">
506
<div class="flex items-center justify-between">
507
- <h3 class="text-lg font-bold">BLT PR Contributors ({{ current_time|date:"F Y" }})</h3>
+ <h3 class="text-lg font-bold">TOP BLT PRs - {{ current_time|date:"M" }}</h3>
508
<i class="fas fa-code-branch"></i>
509
</div>
510
0 commit comments