From 68cb1612e24ab29e6e7cf675dca4931c6fdcfe72 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 9 Nov 2020 16:27:45 -0800 Subject: [PATCH 1/2] make comment toggle clickable --- bookwyrm/templates/snippets/status_body.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/snippets/status_body.html b/bookwyrm/templates/snippets/status_body.html index 9016669f..1c1d41de 100644 --- a/bookwyrm/templates/snippets/status_body.html +++ b/bookwyrm/templates/snippets/status_body.html @@ -33,7 +33,11 @@ {% if request.user.is_authenticated %} {% include 'snippets/boost_button.html' with status=status %} {% include 'snippets/fav_button.html' with status=status %} From 5a1cf9ce83537a22de51f67e0c75653e475a0f7e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 9 Nov 2020 18:57:56 -0800 Subject: [PATCH 2/2] more search results clickable --- bookwyrm/templates/search_results.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/search_results.html b/bookwyrm/templates/search_results.html index add82a7d..d35881f1 100644 --- a/bookwyrm/templates/search_results.html +++ b/bookwyrm/templates/search_results.html @@ -26,7 +26,9 @@ {% endif %} @@ -58,7 +60,9 @@ {% endif %} {% endfor %} {% if local_results.results %} - + {% endif %}