From 383215866f81139e50baff59073f8f0706564b9d Mon Sep 17 00:00:00 2001 From: Nicolas Hart Date: Thu, 27 Jul 2017 22:35:59 +0200 Subject: add a dedicated title for all entries page --- src/Wallabag/CoreBundle/Controller/EntryController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Wallabag/CoreBundle/Controller') diff --git a/src/Wallabag/CoreBundle/Controller/EntryController.php b/src/Wallabag/CoreBundle/Controller/EntryController.php index 845ebef6..3dcfbebe 100644 --- a/src/Wallabag/CoreBundle/Controller/EntryController.php +++ b/src/Wallabag/CoreBundle/Controller/EntryController.php @@ -573,6 +573,7 @@ class EntryController extends Controller 'entries' => $entries, 'currentPage' => $page, 'searchTerm' => $searchTerm, + 'isFiltered' => $form->isSubmitted(), ] ); } -- cgit v1.2.3