From: Roland Häder Date: Wed, 31 Jul 2024 22:07:18 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7564703abd4e86137ab64007201cb424e4e2bd3e;p=fba.git Continued: - added conditional links to 'added'/'updated' modes --- diff --git a/templates/views/list.html b/templates/views/list.html index 5a6b86c..548dc87 100644 --- a/templates/views/list.html +++ b/templates/views/list.html @@ -52,8 +52,20 @@ Total peers Total blocks Response time - First added - Last updated + + {% if mode != "added" %} + First added + {% else %} + First added + {% endif %} + + + {% if mode != "updated" %} + Last updated + {% else %} + Last updated + {% endif %} +