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

This commit is contained in:
Simple_Not 2023-07-14 12:39:28 +10:00
parent 382e50391c
commit 79196c3c9f

View File

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