mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 10:01:04 +00:00
Groups in book preview only used by status templates
This commit is contained in:
parent
a0b57837a7
commit
f9dd0b0246
2 changed files with 2 additions and 2 deletions
|
@ -54,9 +54,9 @@
|
||||||
{% if status.book or status.mention_books.count %}
|
{% if status.book or status.mention_books.count %}
|
||||||
<div class="{% if status.status_type != 'GeneratedNote' %}box has-background-white-bis{% endif %}">
|
<div class="{% if status.status_type != 'GeneratedNote' %}box has-background-white-bis{% endif %}">
|
||||||
{% if status.book %}
|
{% if status.book %}
|
||||||
{% include 'snippets/book_preview.html' with book=status.book %}
|
{% include 'snippets/status/book_preview.html' with book=status.book %}
|
||||||
{% elif status.mention_books.count %}
|
{% elif status.mention_books.count %}
|
||||||
{% include 'snippets/book_preview.html' with book=status.mention_books.first %}
|
{% include 'snippets/status/book_preview.html' with book=status.mention_books.first %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue