aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/common
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/Resources/views/themes/common
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/Resources/views/themes/common')
-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..42dfee58 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 }} {{ params['label'] }}
11{% elseif currentRoute == 'untagged' %} 11{% elseif currentRoute == 'untagged' %}
12 {{ 'entry.page_titles.untagged'|trans }} 12 {{ 'entry.page_titles.untagged'|trans }}
13{% else %} 13{% else %}