aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/TagController.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-24 15:16:58 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-28 10:14:46 +0200
commit9b5552290445b404e6de0595d7d27a2de824230a (patch)
tree73f8998867dfeaf24a3570b8c58de25e02681b90 /src/Wallabag/CoreBundle/Controller/TagController.php
parent19c407f2967786bb106ebae636055b30af900e7b (diff)
downloadwallabag-9b5552290445b404e6de0595d7d27a2de824230a.tar.gz
wallabag-9b5552290445b404e6de0595d7d27a2de824230a.tar.zst
wallabag-9b5552290445b404e6de0595d7d27a2de824230a.zip
Fixed UI
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 16ded948..06a91e1e 100644
--- a/src/Wallabag/CoreBundle/Controller/TagController.php
+++ b/src/Wallabag/CoreBundle/Controller/TagController.php
@@ -131,6 +131,7 @@ class TagController extends Controller
131 131
132 return $this->render('WallabagCoreBundle:Entry:entries.html.twig', [ 132 return $this->render('WallabagCoreBundle:Entry:entries.html.twig', [
133 'form' => null, 133 'form' => null,
134 'sortForm' => null,
134 'entries' => $entries, 135 'entries' => $entries,
135 'currentPage' => $page, 136 'currentPage' => $page,
136 'tag' => $tag, 137 'tag' => $tag,