From: Dan Brown Date: Sun, 19 May 2019 14:06:52 +0000 (+0100) Subject: Added mobile search bar on search page X-Git-Tag: v0.26.2~1^2~15 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/0c3dc50cd99ab714774b7bcc47dc5ba355d7bbef Added mobile search bar on search page Since the header one hides on mobile devices. Fixes #1450 --- diff --git a/resources/views/search/all.blade.php b/resources/views/search/all.blade.php index fba67abf9..03c0b93e7 100644 --- a/resources/views/search/all.blade.php +++ b/resources/views/search/all.blade.php @@ -190,6 +190,11 @@

{{ trans('entities.search_results') }}

+
{{ trans_choice('entities.search_total_results_found', $totalResults, ['count' => $totalResults]) }}
@include('partials.entity-list', ['entities' => $entities, 'showPath' => true])