From 6f87892a4b355bcff517ad25fc37582d318534d5 Mon Sep 17 00:00:00 2001 From: nonmakina Date: Tue, 19 Jan 2021 21:47:53 -0600 Subject: [PATCH] Fixes style. I18s table headers --- templates/themes/categories/news.html | 72 +++++++++++++-------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/templates/themes/categories/news.html b/templates/themes/categories/news.html index ee7da702..ca1b6522 100644 --- a/templates/themes/categories/news.html +++ b/templates/themes/categories/news.html @@ -25,46 +25,46 @@ {% endif %} {% if stats %} -
+

{% trans "Post Statistics" %}

- - - - - - - - - - - - - - - {% for boardStat in stats.boards %} - - - - - - {% endfor %} - -
BoardPPHRecent IPs
- {% trans "Total" %} - - {{ stats.pph }} - - {{ stats.recent_ips }} -
- {{ boardStat.title }} - - {{ boardStat.pph }} - - {{ boardStat.recent_ips }} -
+ + + + + + + + + + + + + + + {% for boardStat in stats.boards %} + + + + + + {% endfor %} + +
{% trans "Board" %}{% trans "PPH" %}{% trans "Recent IPs" %}
+ {% trans "Total" %} + + {{ stats.pph }} + + {{ stats.recent_ips }} +
+ {{ boardStat.title }} + + {{ boardStat.pph }} + + {{ boardStat.recent_ips }} +
{% endif %}