Tag index.html and base.html, test updating translation templates

This commit is contained in:
rubenwardy
2022-01-07 20:58:32 +00:00
parent 44b02cfb4e
commit b40bc8c20d
10 changed files with 314 additions and 220 deletions

View File

@@ -66,7 +66,7 @@
</span>
{% endif %}
{% endfor %}
<span class="btn" title="{{ _("Reviews") }}">
<span class="btn" title="{{ _('Reviews') }}">
<i class="fas fa-star-half-alt"></i>
<span class="count">
+{{ package.reviews | selectattr("recommends") | list | length }}
@@ -93,7 +93,7 @@
<div class="text-right mb-5 text-muted" style="opacity: 0.4;">
<a href="/help/featured/" class="btn">
<i class="fas fa-question-circle mr-1"></i>
Featured
{{ _("Featured") }}
</a>
</div>