Links on each tag in Tags view

This commit is contained in:
Nicolas Lœuillet
2016-04-14 15:03:22 +02:00
committed by Jeremy Benoist
parent 79efca1e6f
commit 891456ba9a
7 changed files with 88 additions and 6 deletions

View File

@ -119,3 +119,9 @@ services:
class: Wallabag\CoreBundle\Helper\Redirect
arguments:
- "@router"
wallabag_core.helper.prepare_pager_for_entries:
class: Wallabag\CoreBundle\Helper\PreparePagerForEntries
arguments:
- "@security.token_storage"
- "@router"