1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

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
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
7 changed files with 88 additions and 6 deletions

View file

@ -46,7 +46,7 @@ class ExportController extends Controller
*
* @Route("/export/{category}.{format}", name="export_entries", requirements={
* "format": "epub|mobi|pdf|json|xml|txt|csv",
* "category": "all|unread|starred|archive"
* "category": "all|unread|starred|archive|tag_entries"
* })
*
* @return \Symfony\Component\HttpFoundation\Response