aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/TagController.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-26 13:53:23 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-26 13:53:23 +0200
commit7a5043f187a1f9aac37f359c8f407e5febea50f7 (patch)
tree5f38e2ee0f60d102d27548b7a5f26c25e2afd96d /src/Wallabag/CoreBundle/Controller/TagController.php
parentc68720d40eec94c80a316e8ffe04fb22768b3563 (diff)
downloadwallabag-7a5043f187a1f9aac37f359c8f407e5febea50f7.tar.gz
wallabag-7a5043f187a1f9aac37f359c8f407e5febea50f7.tar.zst
wallabag-7a5043f187a1f9aac37f359c8f407e5febea50f7.zip
Added tag label in the page title
Fix #2472
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}