From 83242541b9503c466eb416f408649bd3845e112d Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Fri, 5 Jun 2020 12:01:23 +0300
Subject: Use *tag in tag searches
---
src/main/resources/templates/views/macros/tags.html | 4 ++--
src/main/resources/templates/views/partial/tags.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/templates/views/macros/tags.html b/src/main/resources/templates/views/macros/tags.html
index 08687f5a..7d8a5fe1 100644
--- a/src/main/resources/templates/views/macros/tags.html
+++ b/src/main/resources/templates/views/macros/tags.html
@@ -1,11 +1,11 @@
{% macro tags(uname="", tagsList) %}
{% for tag in tagsList %}
-{{ tag }}
+{{ tag }}
{% endfor %}
{% endmacro %}
{% macro allTags(baseUri, tagsList) %}
{% for tag in tagsList %}
-#{{ tag }}
+#{{ tag }}
{% endfor %}
{% endmacro %}
\ No newline at end of file
diff --git a/src/main/resources/templates/views/partial/tags.html b/src/main/resources/templates/views/partial/tags.html
index 4d05b7fb..1dcb6127 100644
--- a/src/main/resources/templates/views/partial/tags.html
+++ b/src/main/resources/templates/views/partial/tags.html
@@ -1,3 +1,3 @@
{% for tag in tags %}
- {{ tag }}
+ {{ tag }}
{% endfor %}
\ No newline at end of file
--
cgit v1.2.3