From d0d3ac3743204c33153ea2354b3d672f147a14c1 Mon Sep 17 00:00:00 2001 From: Killy Date: Tue, 7 Nov 2017 05:14:57 +0300 Subject: www: tag state accessible from web --- .../webapp/WEB-INF/views/partial/tagcolumn.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 juick-www/src/main/webapp/WEB-INF/views/partial/tagcolumn.html (limited to 'juick-www/src/main/webapp/WEB-INF/views/partial') diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/tagcolumn.html b/juick-www/src/main/webapp/WEB-INF/views/partial/tagcolumn.html new file mode 100644 index 00000000..949a186a --- /dev/null +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/tagcolumn.html @@ -0,0 +1,33 @@ +
+ *{{ tag.name }} +
+{% if visitor is not empty and visitor.uid > 0 %} + +{% endif %} -- cgit v1.2.3