From 8576bf8adaf887a046b5bc3b741bcc68a7bf417c Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 17 Jan 2021 11:15:53 -0800 Subject: [PATCH] Uses new button patttern for content warnings --- bookwyrm/templates/snippets/status_content.html | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/bookwyrm/templates/snippets/status_content.html b/bookwyrm/templates/snippets/status_content.html index aa7d2cb8c..d6dd5ef59 100644 --- a/bookwyrm/templates/snippets/status_content.html +++ b/bookwyrm/templates/snippets/status_content.html @@ -10,19 +10,15 @@ {% endif %} {% if status.content_warning %} -
+

{{ status.content_warning }}

- - + {% include 'snippets/toggle/open_button.html' with text="show more" class="is-small" controls_text="show-status-cw" controls_uid=status.id %}
- - {% endif %} -