diff --git a/files/templates/votes.html b/files/templates/votes.html index b77f1b62cd..9ae317934c 100644 --- a/files/templates/votes.html +++ b/files/templates/votes.html @@ -5,13 +5,29 @@ {% endblock %} +{% block subHeader %} +
+
+
+
+

+ Votes +

+ + See which losers downvoted your quality content. + +
+
+
+{% endblock %} + {% block content %}

Vote Info

- - + +
{% if thing %} @@ -23,15 +39,50 @@

Upvotes: {{ups | length}}

Downvotes: {{downs | length}}

-

Upvotes

- - - - {% for vote in ups %} - - {% endfor %} -
User
{{vote.user.username}}
- +

+ Upvotes +

+
+
+
+
+ + + + + + + + {% for vote in ups %} + + + + {% endfor %} + +
+ Members +
+
+
+ {{ vote.user.username }} avatar +
+ +
+ + {{user.username}} + + {% if user.customtitle %} +

+ {{user.customtitle | safe}} +

+ {% endif %} +
+
+
+
+
+
+

Downvotes

User