From 9c3bf20bca1aa7dee85e32ab12c20dfe8516d90b Mon Sep 17 00:00:00 2001 From: Niklas Poslovski Date: Wed, 13 Jun 2018 18:35:23 +0200 Subject: [PATCH] Fixed something for FULLBRUTALISM mode In the more beautiful mode Brutaldon shows by icon color if an post is already boosted or favourited. In the Fullbrutalism there is now way to see if I already boosted or favourited an post. With my changes Brutaldon can show the words "favorited" and "boosted" in Fullbrutalism mode. --- brutaldon/templates/main/toot_partial.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index 3b9c1ba..bd40687 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -93,11 +93,12 @@ {% if toot.reblogged %} + {% else %} - + + {% endif %} - - + {% endif %} @@ -105,11 +106,12 @@ {% if toot.favourited %} + {% else %} - + + {% endif %} - - +