From 4eab810a3bdebc2ea23e08bd064f530ca15ae6b1 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 | 56 +++++++++++++-------------- 1 file changed, 28 insertions(+), 28 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" %}

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