diff --git a/files/templates/votes.html b/files/templates/votes.html index 8f913f0aae..c81dcc33c1 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -33,18 +33,22 @@
- test + +
+ {{thing.author.profile_url}} avatar + + @{{thing.author.username}} + +
+
+
+ + {{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}}