diff options
| author | horus | 2018-02-14 15:37:50 +0100 |
|---|---|---|
| committer | horus | 2018-02-14 15:39:52 +0100 |
| commit | 9658e695c6a6ee36fbc12a9b66a9bf5f91799719 (patch) | |
| tree | 8a8d763b3d70f8d87872fb283542ea11f4593352 /site/resources/views/search.blade.php | |
| parent | 6ff78f33a75fbabae300497c452112f57bbfab6a (diff) | |
| download | alkobote-9658e695c6a6ee36fbc12a9b66a9bf5f91799719.tar.gz | |
Improves styling, rss feeds and pagination.
Diffstat (limited to 'site/resources/views/search.blade.php')
| -rw-r--r-- | site/resources/views/search.blade.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/resources/views/search.blade.php b/site/resources/views/search.blade.php index 14903a5..1bec961 100644 --- a/site/resources/views/search.blade.php +++ b/site/resources/views/search.blade.php @@ -64,6 +64,7 @@ if ( "" == $search_phrase || !$data->count()) { /* Zeigt Suchergebnisse */ ?> + @include('snippets.sortbuttons') <?php @@ -190,7 +191,7 @@ if ( "" == $search_phrase || !$data->count()) { ?> - {{ $data->links() }} + {{ $data->appends(Input::except('page'))->links() }} <?php /* Ende Suchergebnisse */ |
