aboutsummaryrefslogtreecommitdiff
path: root/juick-www
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-08-26 14:21:12 +0300
committerGravatar Vitaly Takmazov2016-08-30 10:52:51 +0300
commit3e4ed1552076018f88cc2bb47cb99b7eec607286 (patch)
tree102922e1c696e7404a3943e3bead2ed99fbe43fd /juick-www
parent75b46224f0004f7a355d023a0eb2b9930eae0446 (diff)
fix tags
Diffstat (limited to 'juick-www')
-rw-r--r--juick-www/src/main/resources/views/partial/tags.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/src/main/resources/views/partial/tags.html b/juick-www/src/main/resources/views/partial/tags.html
index e69a949d..a2906ef0 100644
--- a/juick-www/src/main/resources/views/partial/tags.html
+++ b/juick-www/src/main/resources/views/partial/tags.html
@@ -1,7 +1,7 @@
{% for tag in tags %}
<span>
<!-- TODO: tagscloud: font-size: small, large, x-large, xx-large !-->
- <a onclick="return addTag('{{ tag.Name }}')" href="/{{ user.getUName() }}/?tag={{tag.Name}}"
- title="{{ tag.Name }}" class="usage_{{ tag.UsageCnt }}">{{ tag.Name }}</a>
+ <a href="/{{ user.getUName() }}/?tag={{tag.getName()}}"
+ title="{{ tag.getName() }}" class="usage_{{ tag.UsageCnt }}">{{ tag.getName() }}</a>
</span>
{% endfor %} \ No newline at end of file