cosmetic fix in leaderboard

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-07 14:08:50 +02:00
parent c13593a1e6
commit 016d009d3d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
{% endmacro %}
{% macro leaderboard_table(lb) %}
<h5 class="font-weight-bolder text-center pt-2 pb-3"><span id="leaderboard-{{lb.html_id}}">Top {{lb.limit}} by {{lb.table_header_name}}</span></h5>
<h5 class="font-weight-bolder text-center pt-2 pb-3"><span id="leaderboard-{{lb.html_id}}">Top {{lb.limit}} {% if lb.table_header_name != 'most blocked' %}by{% endif %} {{lb.table_header_name}}</span></h5>
<div class="overflow-x-auto">
<table class="table table-striped mb-5">
<thead class="bg-primary text-white">