diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index 2c72e9a..ff2458a 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -92,7 +92,8 @@ {% if toot.visibility != 'private' and toot.visibility != 'direct' %} + ic-post-to="{% url "boost" toot.id %}" + ic-indicator="#toot-spinner"> {% if toot.reblogged %} Boosted @@ -105,7 +106,8 @@ {% endif %} + ic-post-to="{% url "fav" toot.id %}" + ic-indicator="#toot-spinner"> {% if toot.favourited %} Favorited @@ -116,6 +118,7 @@ +
{% if toot.account.acct == own_acct.acct %}