Collapse status content box for empty status (like goal)
this is janky... oh well
This commit is contained in:
@ -4,10 +4,12 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
{% if not status or status.status_type != 'GeneratedNote' or status.book or status.mention_books.exists or status.mention_users.exists %}
|
||||||
<section class="card-content">
|
<section class="card-content">
|
||||||
{% block card-content %}
|
{% block card-content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</section>
|
</section>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<footer class="card-footer has-background-white-bis">
|
<footer class="card-footer has-background-white-bis">
|
||||||
{% block card-footer %}
|
{% block card-footer %}
|
||||||
|
Reference in New Issue
Block a user