diff options
Diffstat (limited to 'app/templates/index.html')
| -rw-r--r-- | app/templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index 852ba0e..febda18 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -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) }} |
