aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry
diff options
context:
space:
mode:
authorNicolas Hart <contact@nclshart.net>2017-07-27 22:35:59 +0200
committerNicolas Hart <contact@nclshart.net>2017-07-27 23:08:08 +0200
commit383215866f81139e50baff59073f8f0706564b9d (patch)
tree9c0bc7f94b0b81ef7fccad102737390c14b66910 /src/Wallabag/CoreBundle/Resources/views/themes/common/Entry
parentf39152ad6e62f1ea43f501e88a8839526d77ef6c (diff)
downloadwallabag-383215866f81139e50baff59073f8f0706564b9d.tar.gz
wallabag-383215866f81139e50baff59073f8f0706564b9d.tar.zst
wallabag-383215866f81139e50baff59073f8f0706564b9d.zip
add a dedicated title for all entries page
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common/Entry')
-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 654c1d2d..5c17e9f7 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
@@ -5,7 +5,7 @@
5{% elseif currentRoute == 'archive' %} 5{% elseif currentRoute == 'archive' %}
6 {{ 'entry.page_titles.archived'|trans }} 6 {{ 'entry.page_titles.archived'|trans }}
7{% elseif currentRoute == 'all' %} 7{% elseif currentRoute == 'all' %}
8 {{ 'entry.page_titles.filtered'|trans }} 8 {{ isFiltered ? 'entry.page_titles.filtered'|trans : 'entry.page_titles.all'|trans }}
9{% elseif currentRoute == 'search' %} 9{% elseif currentRoute == 'search' %}
10 {{ 'entry.page_titles.filtered_search'|trans }} {{ filter }} 10 {{ 'entry.page_titles.filtered_search'|trans }} {{ filter }}
11{% elseif currentRoute == 'tag_entries' %} 11{% elseif currentRoute == 'tag_entries' %}