diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-15 01:10:47 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-15 01:10:47 -0800 |
commit | 01dc3421dca9afc33af4effdd857b33b20d9a6c9 (patch) | |
tree | a615ed8f439ef357c18eb24fe52de635a588f801 /fatcat_scholar/templates/search_macros.html | |
parent | 4d3ec6c7fbad5a4a1c0019d71e33ebc9c62d328e (diff) | |
download | fatcat-scholar-01dc3421dca9afc33af4effdd857b33b20d9a6c9.tar.gz fatcat-scholar-01dc3421dca9afc33af4effdd857b33b20d9a6c9.zip |
html: publisher is title text for container name
Diffstat (limited to 'fatcat_scholar/templates/search_macros.html')
-rw-r--r-- | fatcat_scholar/templates/search_macros.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/search_macros.html b/fatcat_scholar/templates/search_macros.html index d6846d1..021f455 100644 --- a/fatcat_scholar/templates/search_macros.html +++ b/fatcat_scholar/templates/search_macros.html @@ -56,7 +56,7 @@ <span title="{{ biblio.release_date or '' }}">{{ biblio.release_year }}</span> {% endif %} {% if biblio.container_name %} - <i> + <i {% if biblio.publisher %}title="{{ biblio.publisher }}"{% endif %}> {% if biblio.container_ident %} <a target="_blank" rel="noopener" href="https://fatcat.wiki/container/{{ biblio.container_ident }}" style="color: black;">{{ biblio.container_name }}</a> {% elif paper.doc_type == "sim_page" %} |