From be30d843aab467aa628f1c3f3c7d194bfda54284 Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Tue, 23 May 2017 14:47:38 +0300
Subject: fix style
---
juick-www/src/main/webapp/WEB-INF/views/macros/tags.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'juick-www/src/main/webapp/WEB-INF/views/macros')
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 %}
-{{ tag.name }}
+{{ tag }}
{% endfor %}
{% endmacro %}
\ No newline at end of file
--
cgit v1.2.3