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:52:45 +10:00
parent a325ea91fe
commit 956b59c2fa

View File

@ -20,9 +20,11 @@
<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 %}
<a href="/db_posts" class="lime-text red collection-item" style="padding: 2px 2px;">{{board}}</a> <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>