From aa0070140058603de7d60c8e039bb4a535399f3a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 9 Apr 2020 16:33:00 +0300 Subject: /user/tag? => /user/search? --- src/main/resources/templates/views/blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/templates/views/blog.html') diff --git a/src/main/resources/templates/views/blog.html b/src/main/resources/templates/views/blog.html index 91decad6..79a1efe8 100644 --- a/src/main/resources/templates/views/blog.html +++ b/src/main/resources/templates/views/blog.html @@ -5,7 +5,7 @@ {% endif %} {% if paramTag | default('') is not empty %} -

← {{ i18n("messages","blog.allPostsWithTag") }} {{ paramTag.name | escape }}

+

← {{ i18n("messages","blog.allPostsWithTag") }} {{ paramTag | escape }}

{% endif %}
{% for msg in msgs %} -- cgit v1.2.3