From ce4d159eff0d079556da062f21487c72fae5c95e Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 24 Jun 2021 13:23:06 +0100 Subject: [PATCH] first iteration of search functionality - likely to fail hard --- public/css/jk.css | 2 -- resources/views/search/results.blade.php | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/jk.css b/public/css/jk.css index 8ee6ee8..979ed07 100644 --- a/public/css/jk.css +++ b/public/css/jk.css @@ -20,8 +20,6 @@ .editbutton, .deletebutton{ display:inline-block; } - - #search-form input[type="text"], #search-form input[type="radio"], #search-form label{ display:inline; } diff --git a/resources/views/search/results.blade.php b/resources/views/search/results.blade.php index 6936a12..8f15c1d 100644 --- a/resources/views/search/results.blade.php +++ b/resources/views/search/results.blade.php @@ -6,6 +6,7 @@
@include('inc.navbar') +@include('search.index')
Home -> {{ __('Search Results') }}Go Back