diff options
Diffstat (limited to 'resources/views/search.blade.php')
| -rw-r--r-- | resources/views/search.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/search.blade.php b/resources/views/search.blade.php index dec190b..2b44eef 100644 --- a/resources/views/search.blade.php +++ b/resources/views/search.blade.php @@ -32,7 +32,7 @@ if ( $data->count() ) { <p> Sie haben nach <strong>{{ ucwords($search_phrase) }}</strong> gesucht ({{$count}} Treffer) </p> - @include('snippets.sortbuttons') + @include('snippets.filterbuttons') <?php } else { ?> |
