From 7081a718e036b4277803402f0886ddf2ff6ef474 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 23 Nov 2022 00:14:55 -0700 Subject: Move actions next to time, for compactness --- templates/activities/_post.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'templates/activities') diff --git a/templates/activities/_post.html b/templates/activities/_post.html index 80fa653..11e4494 100644 --- a/templates/activities/_post.html +++ b/templates/activities/_post.html @@ -25,6 +25,13 @@ + {% if request.identity %} +
+ {% include "activities/_like.html" %} + {% include "activities/_boost.html" %} +
+ {% endif %} + {{ post.author.name_or_handle }} @{{ post.author.handle }} @@ -48,11 +55,4 @@ {% endfor %} {% endif %} - - {% if request.identity %} -
- {% include "activities/_like.html" %} - {% include "activities/_boost.html" %} -
- {% endif %} -- cgit v1.2.3