diff --git a/bookwyrm/templates/snippets/status/status_header.html b/bookwyrm/templates/snippets/status/status_header.html index ca8b599c..b833b92c 100644 --- a/bookwyrm/templates/snippets/status/status_header.html +++ b/bookwyrm/templates/snippets/status/status_header.html @@ -79,14 +79,12 @@

{{ status.published_date|timesince }} {% if status.progress %} - - {% spaceless %} - ({% if status.progress_mode == 'PG' %} - {% include 'snippets/page_text.html' with page=status.progress total_pages=status.book.pages %} + + {% if status.progress_mode == 'PG' %} + ({% include 'snippets/page_text.html' with page=status.progress total_pages=status.book.pages %}) {% else %} - {{ status.progress }}% - {% endif %}) - {% endspaceless %} + ({{ status.progress }}%) + {% endif %} {% endif %} {% include 'snippets/privacy-icons.html' with item=status %}