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