check posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-14 12:45:46 +10:00
parent 79196c3c9f
commit e11888c930

View File

@ -20,12 +20,13 @@
<div class="col s8">
<div class="card-content white-text">
<span class="card-title">#{{ posto._key }}
{% if posto.parent_post %}
<span class="new badge blue" data-badge-caption=""><a class="card-action" href="#post-{{ posto.parent_post }}">>{{ posto.parent_post }}</a></span>
{% endif %}
<span class="new badge blue" data-badge-caption="">Ответов: {{ posto.answers_num }}</span>
<span class="new badge red" data-badge-caption="">Длина треда: {{ posto.children_num }}</span>
</span>
{% if posto.parent_post %}
<a class="card-action" href="#post-{{ posto.parent_post }}"> >>{{ posto.parent_post }} </a>
{% endif %}
<p>{{ posto.texto }}</p>
</div>
</div>