From 46e67e77cf7709dae7375a22a6fed1ac730355bf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 20 Feb 2019 19:58:29 -0800 Subject: refactor entity searches --- python/fatcat_web/templates/container_search.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/fatcat_web/templates/container_search.html') diff --git a/python/fatcat_web/templates/container_search.html b/python/fatcat_web/templates/container_search.html index 9fc7aa98..925fbc64 100644 --- a/python/fatcat_web/templates/container_search.html +++ b/python/fatcat_web/templates/container_search.html @@ -33,6 +33,10 @@ {% endif %} {% endfor %} +{% if found.results|length > 8 %} +
+ Showing top {{ found.count_returned }} out of {{ found.count_found }} results for: {{ found.query.q }} +{% endif %} {% else %}

No results found!

-- cgit v1.2.3