From 373f1e17c24f18f84c2fad77ad5ffaf216303a7e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 6 Aug 2020 22:50:33 -0700 Subject: small HTML simplifications --- fatcat_scholar/templates/search_macros.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'fatcat_scholar/templates/search_macros.html') diff --git a/fatcat_scholar/templates/search_macros.html b/fatcat_scholar/templates/search_macros.html index 1368cb0..796193e 100644 --- a/fatcat_scholar/templates/search_macros.html +++ b/fatcat_scholar/templates/search_macros.html @@ -61,7 +61,8 @@ {% endif %} {% elif paper.doc_type == "sim_page" %} - Page {{ paper.ia_sim.first_page }} of {{ paper.biblio.container_name }} (Vol. {{ paper.biblio.volume }}, Issue {{ paper.biblio.issue }}) + Page {{ paper.ia_sim.first_page }} of {{ paper.biblio.container_name }} Vol. {{ paper.biblio.volume }}, Issue {{ paper.biblio.issue }} + [{{ _("page") }}] {% endif %} @@ -188,9 +189,8 @@ {% endif %} - - {% else %} {# No Fulltext #} {% endif %} -- cgit v1.2.3