diff options
author | Vitaly Takmazov | 2016-08-26 14:21:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-08-30 10:52:51 +0300 |
commit | 3e4ed1552076018f88cc2bb47cb99b7eec607286 (patch) | |
tree | 102922e1c696e7404a3943e3bead2ed99fbe43fd /juick-www/src/main/resources/views | |
parent | 75b46224f0004f7a355d023a0eb2b9930eae0446 (diff) |
fix tags
Diffstat (limited to 'juick-www/src/main/resources/views')
-rw-r--r-- | juick-www/src/main/resources/views/partial/tags.html | 4 |
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 |