Implement Web Assets' theme system and selection, and add 'light' theme #118
@ -15,11 +15,13 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="me-auto">
|
||||
<div class="align-items-center d-flex">
|
||||
{% with score_percentage=rating.score %}
|
||||
<a href="{{ extension.get_ratings_url }}?score={{ rating.score }}">
|
||||
{% include "ratings/components/average.html" with score=rating.score %}
|
||||
</a>
|
||||
{% endwith %}
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ extension.get_versions_url }}#v{{ rating.version.version|slugify }}">
|
||||
|
Loading…
Reference in New Issue
Block a user