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

This commit is contained in:
Simple_Not 2024-01-30 01:54:07 +10:00
parent 956b59c2fa
commit a95d556e8c

View File

@ -20,11 +20,9 @@
<div class="card-content">
{% if boards | length > 0 %}
<p>Доски:</p>
<ul>
{% for board in boards %}
<li><a href="/db_posts" class="lime-text red collection-item" style="padding: 2px 2px;">{{board}}</a></li>
<p><a href="/db_posts" class="lime-text red collection-item" style="padding: 2px 2px;">{{board}}</a></p>
{% endfor %}
</ul>
{% endif %}
</div>
</div>