aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/TagController.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-26 16:09:37 +0200
committerGitHub <noreply@github.com>2016-10-26 16:09:37 +0200
commita5d6a7d8b5662539e82352b959a28531e5535721 (patch)
tree484e7e7ab173970d6a2fa7c3ff8d34daa9ef66d8 /src/Wallabag/CoreBundle/Controller/TagController.php
parentc68720d40eec94c80a316e8ffe04fb22768b3563 (diff)
parent73e8df9e444c60b532d923b22e4dbe2efff18ede (diff)
downloadwallabag-a5d6a7d8b5662539e82352b959a28531e5535721.tar.gz
wallabag-a5d6a7d8b5662539e82352b959a28531e5535721.tar.zst
wallabag-a5d6a7d8b5662539e82352b959a28531e5535721.zip
Merge pull request #2504 from wallabag/change-page-title-filter-tags
Added tag label in the page title
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/TagController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/TagController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/TagController.php b/src/Wallabag/CoreBundle/Controller/TagController.php
index 5acc6852..707f3bbe 100644
--- a/src/Wallabag/CoreBundle/Controller/TagController.php
+++ b/src/Wallabag/CoreBundle/Controller/TagController.php
@@ -143,6 +143,7 @@ class TagController extends Controller
143 'form' => null, 143 'form' => null,
144 'entries' => $entries, 144 'entries' => $entries,
145 'currentPage' => $page, 145 'currentPage' => $page,
146 'tag' => $tag->getLabel(),
146 ]); 147 ]);
147 } 148 }
148} 149}