From 73e8df9e444c60b532d923b22e4dbe2efff18ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 26 Oct 2016 15:49:44 +0200 Subject: Renamed variable for page title --- .../CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig index f7c9392d..f19f2922 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig @@ -1,11 +1,11 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} {% block title %} - {% set params = {} %} + {% set currentTag = '' %} {% if tag is defined %} - {% set params = {'label': tag} %} + {% set currentTag = tag %} {% endif %} - {% include "@WallabagCore/themes/common/Entry/_title.html.twig" with {'params': params} %} + {% include "@WallabagCore/themes/common/Entry/_title.html.twig" with {'currentTag': currentTag} %} {% endblock %} {% block content %} -- cgit v1.2.3