From 28ea8c2d5662055497e4ad97d9619b9105dc4974 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 18:35:34 -0600 Subject: [PATCH] fix --- files/templates/votes.html | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/files/templates/votes.html b/files/templates/votes.html index 8f913f0aa..c81dcc33c 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -33,18 +33,22 @@
- test + + +
+
+ + {{thing.author.created_utc}} ({{thing.author.created_datetime}})
-

{{thing.permalink}}

-

Author: @{{thing.author.username}}

-

Author Created At: {{thing.author.created_utc}} ({{thing.author.created_datetime}})

-

Upvotes: {{ups | length}}

-

Downvotes: {{downs | length}}

-

- Upvotes - {{ups | length} + Upvotes - {{ups | length}}

@@ -97,7 +101,7 @@

- Downvotes - {{downs | length} + Downvotes - {{downs | length}}