aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig
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/Resources/views/themes/common/Entry/_title.html.twig
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/Resources/views/themes/common/Entry/_title.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig
index d1c2f203..92cabdd9 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig
@@ -7,7 +7,7 @@
7{% elseif currentRoute == 'all' %} 7{% elseif currentRoute == 'all' %}
8 {{ 'entry.page_titles.filtered'|trans }} 8 {{ 'entry.page_titles.filtered'|trans }}
9{% elseif currentRoute == 'tag_entries' %} 9{% elseif currentRoute == 'tag_entries' %}
10 {{ 'entry.page_titles.filtered_tags'|trans }} 10 {{ 'entry.page_titles.filtered_tags'|trans }} {{ currentTag }}
11{% elseif currentRoute == 'untagged' %} 11{% elseif currentRoute == 'untagged' %}
12 {{ 'entry.page_titles.untagged'|trans }} 12 {{ 'entry.page_titles.untagged'|trans }}
13{% else %} 13{% else %}