From c71e860755a06aa0eb5a5b6483df461f4a23ccd3 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 20 Oct 2020 23:45:02 +0300 Subject: Revert "/user/tag? => /user/search?" This reverts commit aa0070140058603de7d60c8e039bb4a535399f3a. --- src/main/resources/templates/views/blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/templates/views') diff --git a/src/main/resources/templates/views/blog.html b/src/main/resources/templates/views/blog.html index 4e390364..8d6a6581 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 | escape }}

+

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

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