aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources/views/partial/tags.html
blob: a2906ef0b0cc7bb0107060df0f77eb33736071c1 (plain) (blame)
1
2
3
4
5
6
7
{% for tag in tags %}
<span>
    <!-- TODO: tagscloud: font-size: small, large, x-large, xx-large !-->
    <a href="/{{ user.getUName() }}/?tag={{tag.getName()}}"
       title="{{ tag.getName() }}" class="usage_{{ tag.UsageCnt }}">{{ tag.getName() }}</a>
</span>
{% endfor %}