diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-02-26 12:02:08 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-02-26 12:03:32 -0800 |
commit | 0880e0ecca4e65fd00a4ffafec948873be45193e (patch) | |
tree | 405812f25ba93006c68eef158cd446ba663916e7 /python/fatcat_web/templates/container_search.html | |
parent | fc9edfb1b65260f41f204d11bf130ceb35cb84e0 (diff) | |
download | fatcat-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.html | 1 |
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> |