fix: use embed=true for serde bool compat
Some checks failed
CI / Check / Test (push) Failing after 6m35s
Some checks failed
CI / Check / Test (push) Failing after 6m35s
This commit is contained in:
@@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user