From 4e648f3ec454c39b5a7e20068bb80bc08deb13f8 Mon Sep 17 00:00:00 2001 From: Lacey Williams Henschel Date: Wed, 15 Feb 2023 10:02:51 -0800 Subject: [PATCH] :bug: Hide "Categorized" in breadcrumb if no category --- templates/libraries/list.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/libraries/list.html b/templates/libraries/list.html index 4530d809..b4ab3332 100644 --- a/templates/libraries/list.html +++ b/templates/libraries/list.html @@ -9,15 +9,15 @@ Libraries ({{ version_name }}) {% else %} Libraries - {% endif %} > Categorized - {% if category %} > - {{ category.name }} - {% endif %} + {% endif %} + {% if category %} > Categorized > + {{ category.name }} + {% endif %}