forked from wallabag/wallabag
add a dedicated title for all entries page
This commit is contained in:
@ -573,6 +573,7 @@ class EntryController extends Controller
|
||||
'entries' => $entries,
|
||||
'currentPage' => $page,
|
||||
'searchTerm' => $searchTerm,
|
||||
'isFiltered' => $form->isSubmitted(),
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user