diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2021-03-01 21:41:16 -0800 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-03-01 21:41:16 -0800 | 
| commit | ea4233a1c1faa63da27a4c331b1ca0f78e67a78c (patch) | |
| tree | ee82efadff6551ac6cbcbfb45f1710cf51f4caa5 /python/fatcat_web/templates | |
| parent | 7850aa5ab6ac15608dd98a83fb305c0dcb9d15b8 (diff) | |
| download | fatcat-ea4233a1c1faa63da27a4c331b1ca0f78e67a78c.tar.gz fatcat-ea4233a1c1faa63da27a4c331b1ca0f78e67a78c.zip | |
web: fix bug double-displaying container search results
Diffstat (limited to 'python/fatcat_web/templates')
| -rw-r--r-- | python/fatcat_web/templates/container_search.html | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/python/fatcat_web/templates/container_search.html b/python/fatcat_web/templates/container_search.html index ec25fa8d..0eeed55e 100644 --- a/python/fatcat_web/templates/container_search.html +++ b/python/fatcat_web/templates/container_search.html @@ -37,21 +37,6 @@      {% 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> -          {% if entity.is_oa %}<i class="icon unlock orange small"></i>{% endif %} -        </h4> -        {% if entity.publisher %} -          <h5 style="margin-top: 4px; margin-bottom: 4px; font-size: 1em;">{{ entity.publisher }}</h5> -        {% endif %} -        {% if entity.issnl %} -          <a href="https://portal.issn.org/resource/ISSN/{{entity.issnl }}" style="color: green;">issn:{{ entity.issnl }}</a> -        {% endif %} -        {% if entity.container_type %} -           {{ entity.container_type }} -        {% endif %} -      </div>      {% endfor %}      {% if found.results|length > 8 %} | 
