From 2bd8afd48620ab4b4cae3ceae8c88968ee2f1458 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Sun, 29 Sep 2024 15:05:57 -0700 Subject: [PATCH] Fix whitespace around "(X species)" in item page zone info --- app/views/items/show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/items/show.html.haml b/app/views/items/show.html.haml index 5a11e14a..3b57d896 100644 --- a/app/views/items/show.html.haml +++ b/app/views/items/show.html.haml @@ -70,9 +70,10 @@ %li< = zone.label - if item_zone_partial_fit? appearances_in_zone, @all_appearances + = " " %span.zone-species-info{ title: item_zone_species_list(appearances_in_zone) - } + }< (#{appearances_in_zone.size} species) - else %span.no-zones (None)