From 4c8749cb9e1e4a8d61697434e372f342def7bc70 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 8 Jun 2022 16:14:24 +0200 Subject: Migrate to bootstrap 5 --- client/src/app/+search/search-filters.component.html | 4 ++-- client/src/app/+search/search-filters.component.scss | 4 ---- client/src/app/+search/search.component.html | 10 +++++----- 3 files changed, 7 insertions(+), 11 deletions(-) (limited to 'client/src/app/+search') diff --git a/client/src/app/+search/search-filters.component.html b/client/src/app/+search/search-filters.component.html index c4861e8c4..5bce009d5 100644 --- a/client/src/app/+search/search-filters.component.html +++ b/client/src/app/+search/search-filters.component.html @@ -77,7 +77,7 @@
-
+
-
+
- {{ pagination.totalItems | myNumberFormatter }} {pagination.totalItems, plural, =1 {result} other {results}} + {{ pagination.totalItems | myNumberFormatter }} {pagination.totalItems, plural, =1 {result} other {results}} - on this instance - on the vidiverse + on this instance + on the vidiverse for {{ currentSearch }}
Filters - {{ numberOfFilters() }} + {{ numberOfFilters() }}
-- cgit v1.2.3