Add /reviews/ to list all reviews

This commit is contained in:
rubenwardy
2020-07-10 20:30:31 +01:00
parent 13130a217c
commit c7a7609763
3 changed files with 20 additions and 0 deletions

View File

@@ -51,6 +51,9 @@
{{ render_pkggrid(pop_txp) }}
<a href="{{ url_for('packages.list_reviews') }}" class="btn btn-secondary float-right">
{{ _("See more") }}
</a>
<h2 class="my-3">{{ _("Recent Positive Reviews") }}</h2>
{% from "macros/reviews.html" import render_reviews %}
{{ render_reviews(reviews, current_user, True) }}