aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/container_search.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/container_search.html')
-rw-r--r--python/fatcat_web/templates/container_search.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/container_search.html b/python/fatcat_web/templates/container_search.html
index 0eeed55e..f091fc3b 100644
--- a/python/fatcat_web/templates/container_search.html
+++ b/python/fatcat_web/templates/container_search.html
@@ -34,9 +34,10 @@
{% if found.results %}
{{ search_macros.top_results(query, found) }}
+ <br clear="all">
{% for entity in found.results %}
- {{ entity_macros.container_search_result_row(entity) }}
+ {{ entity_macros.container_search_result_row(entity, show_stats=True) }}
{% endfor %}
{% if found.results|length > 8 %}