re ans-post
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2024-01-30 00:14:31 +10:00
parent 2a5a3fd8e4
commit edd102e5e3

View File

@ -6,6 +6,12 @@
{% else %} {% else %}
<div class="card s5 blue-grey darken-1"> <div class="card s5 blue-grey darken-1">
{% endif %} {% endif %}
<div class="card-content white-text">
<span class="card-title">#{{ posto._key }} </span>
<span class="new badge blue" data-badge-caption="">Ответов: {{ posto.answers_num }}</span>
<span class="new badge red" data-badge-caption="">Длина треда: {{ posto.children_num }}</span>
</div>
<div class="row" id="post-{{ posto._key }}"> <div class="row" id="post-{{ posto._key }}">
{% if posto.images[0] | length > 0 %} {% if posto.images[0] | length > 0 %}