aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/partial/usertags.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-05-05 17:42:27 +0300
committerGravatar Vitaly Takmazov2017-05-23 15:50:10 +0300
commit237739950a305b13c9f29e3ca25c2e835d563a3f (patch)
tree14eea79fe63d0a5b9586aebdbaa9795ed858532e /juick-www/src/main/webapp/WEB-INF/views/partial/usertags.html
parentcde3f26ef2779ec08335b1d2197151231d5cce3f (diff)
User controller -> pebble
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/partial/usertags.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/partial/usertags.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/usertags.html b/juick-www/src/main/webapp/WEB-INF/views/partial/usertags.html
new file mode 100644
index 00000000..78e1416e
--- /dev/null
+++ b/juick-www/src/main/webapp/WEB-INF/views/partial/usertags.html
@@ -0,0 +1,3 @@
+{% import "views/macros/tags" %}
+{{ tags(uname=user.name, tagsStats) }}
+<a href="/{{ user.name }}/tags" rel="nofollow">...</a> \ No newline at end of file