threads rising
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2024-02-01 03:26:12 +10:00
parent f9bbd5e6af
commit fbb586b56c
5 changed files with 151 additions and 11 deletions

View File

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