1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-16 18:01:38 +00:00

add a dedicated title for all entries page

This commit is contained in:
Nicolas Hart 2017-07-27 22:35:59 +02:00
parent f39152ad6e
commit 383215866f
14 changed files with 14 additions and 1 deletions

View file

@ -573,6 +573,7 @@ class EntryController extends Controller
'entries' => $entries,
'currentPage' => $page,
'searchTerm' => $searchTerm,
'isFiltered' => $form->isSubmitted(),
]
);
}