aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/macros/tags.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-05-23 14:47:38 +0300
committerGravatar Vitaly Takmazov2017-05-23 15:50:32 +0300
commitbe30d843aab467aa628f1c3f3c7d194bfda54284 (patch)
tree4185a4e0c084aa1a0e0072af5153fd895edf440c /juick-www/src/main/webapp/WEB-INF/views/macros/tags.html
parent4c6f3ba0d539f63a83c18e20ed4219bdef849b81 (diff)
fix style
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/macros/tags.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/macros/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/macros/tags.html b/juick-www/src/main/webapp/WEB-INF/views/macros/tags.html
index b34e6ecc..167f9168 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/macros/tags.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/macros/tags.html
@@ -1,5 +1,5 @@
{% macro tags(uname="", tagsList) %}
{% for tag in tagsList %}
-<a href="/{{ uname }}/?tag={{ tag.name | urlencode }}">{{ tag.name }}</a>
+<a href="/{{ uname }}/?tag={{ tag | urlencode }}">{{ tag }}</a>
{% endfor %}
{% endmacro %} \ No newline at end of file