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'] }}