aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/container_search.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-02-26 12:02:08 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-02-26 12:03:32 -0800
commit0880e0ecca4e65fd00a4ffafec948873be45193e (patch)
tree405812f25ba93006c68eef158cd446ba663916e7 /python/fatcat_web/templates/container_search.html
parentfc9edfb1b65260f41f204d11bf130ceb35cb84e0 (diff)
downloadfatcat-0880e0ecca4e65fd00a4ffafec948873be45193e.tar.gz
fatcat-0880e0ecca4e65fd00a4ffafec948873be45193e.zip
web: refactor container SERP rows into macro
Diffstat (limited to 'python/fatcat_web/templates/container_search.html')
-rw-r--r--python/fatcat_web/templates/container_search.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/container_search.html b/python/fatcat_web/templates/container_search.html
index bd92dc2b..0c7823b1 100644
--- a/python/fatcat_web/templates/container_search.html
+++ b/python/fatcat_web/templates/container_search.html
@@ -35,6 +35,7 @@
{{ search_macros.top_results(query, found) }}
{% for entity in found.results %}
+ {{ entity_macros.container_search_result_row(entity) }}
<div>
<h4 style="margin-top: 1em; margin-bottom: 4px; font-size: 1.1em;">
<a href="/container/{{ entity.ident }}" style="color: #2224c7;">{{ entity['name'] }}</a>