diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-08 14:35:39 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-09 17:35:50 -0800 |
commit | 6244c06abf8488fff87b30cb0a8433592f1f5d24 (patch) | |
tree | e125add62f7104de1b5304b035481d0d5997e774 /python/fatcat_web/templates/container_search.html | |
parent | fa1ad78cd0e00f524221f972889ee32373d7b94e (diff) | |
download | fatcat-6244c06abf8488fff87b30cb0a8433592f1f5d24.tar.gz fatcat-6244c06abf8488fff87b30cb0a8433592f1f5d24.zip |
container search: iterate on SERP page (including stats)
Diffstat (limited to 'python/fatcat_web/templates/container_search.html')
-rw-r--r-- | python/fatcat_web/templates/container_search.html | 3 |
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 %} |