From 25e85443ff997c8b0f084acfb8c681c60f5f3396 Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Fri, 3 May 2024 16:45:31 +0100 Subject: [PATCH] More column rejigging --- static/index.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/static/index.html b/static/index.html index a3d8f642a..7e9cd3344 100644 --- a/static/index.html +++ b/static/index.html @@ -24,10 +24,9 @@

{{ page.title }}

Note created + Note shown Tweet - Summary - Shown from - Disputed? + Note Classification Reasons @@ -37,15 +36,14 @@

{{ page.title }}

{{ row['created_at'] | date:"%Y-%m-%d" }} -
- {{ row['summary'] }} {% if site.data.statuses contains row['note_id'] %} {% assign status = site.data.statuses[row['note_id']] %} - {{ status.from | date:"%Y-%m-%d" }} - {% if status.to %}Disputed{% endif %} + {{ status.from | date:"%Y-%m-%d" }}{% if status.to %} (since removed){% endif %} {% else %} - + {% endif %} +
+ {{ row['summary'] }} {{ row['classification'] }} {{ row['reasons'] }}