fix: use embed=true for serde bool compat
Some checks failed
CI / Check / Test (push) Failing after 6m35s

This commit is contained in:
2026-06-03 10:17:43 +02:00
parent c798b851dc
commit 004243dcbb
3 changed files with 6 additions and 6 deletions

View File

@@ -25,10 +25,10 @@
</div>
<div class="embed-view-tabs">
<a href="?view=recent&embed=1" class="embed-view-tab {% if view == "recent" %}active{% endif %}">Recent</a>
<a href="?view=ratings&embed=1" class="embed-view-tab {% if view == "ratings" %}active{% endif %}">Top Rated</a>
<a href="?view=history&embed=1" class="embed-view-tab {% if view == "history" %}active{% endif %}">History</a>
<a href="?view=trends&embed=1" class="embed-view-tab {% if view == "trends" %}active{% endif %}">Trends</a>
<a href="?view=recent&embed=true" class="embed-view-tab {% if view == "recent" %}active{% endif %}">Recent</a>
<a href="?view=ratings&embed=true" class="embed-view-tab {% if view == "ratings" %}active{% endif %}">Top Rated</a>
<a href="?view=history&embed=true" class="embed-view-tab {% if view == "history" %}active{% endif %}">History</a>
<a href="?view=trends&embed=true" class="embed-view-tab {% if view == "trends" %}active{% endif %}">Trends</a>
</div>
{% if view == "recent" || view == "ratings" %}