we can chat now?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-19 01:04:55 +10:00
parent 390974f1a3
commit f49f97a8ea

View File

@ -33,11 +33,11 @@
{% if posto.answers_list | length > 0 %}
<br>
<p>Ответы:</p>
{% for ans in posto.answers_list %}
<div class="card-action right">
<a href="#post-{{ ans }}">>>{{ posto.ans }}</a>
</div>
<div class="collection">
{% for ans in posto.answers_list %}
<a href="#post-{{ ans }}" class="collection-item">>>{{ posto.ans }}</a>
{% endfor %}
</div>
{% endif %}
</div>
</div>