X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/ecd9fa68ea62902f79744b458e4ea2ed95ce00ac..7be81dfc799101c3d7e646d76b07ac30fc39bf61:/forum/skins/default/templates/users/stats.html diff --git a/forum/skins/default/templates/users/stats.html b/forum/skins/default/templates/users/stats.html index 9f12493..bcc2f52 100644 --- a/forum/skins/default/templates/users/stats.html +++ b/forum/skins/default/templates/users/stats.html @@ -6,35 +6,44 @@ {% load humanize %} {% load question_list_tags %} {% block usercontent %} - +
+ | |||
{% for tag in user_tags%}
{{tag.name}}
+ class="tag-link-{{ tag.name }}"
+ title="{% blocktrans with tag.name as tag_name %}see other questions with {{view_user}}'s contributions tagged '{{ tag_name }}' {% endblocktrans %}"
+ href="{% url "tag_questions" tag|urlencode %}?user={{view_user.username}}">{{tag.name}}
× {{ tag.user_tag_usage_count|intcomma }} {% if forloop.counter|divisibleby:"10" %} |
@@ -110,7 +125,7 @@
{% spaceless %}
+ | |
{% for award, count in awards %}
- ● {{ award.name }} × {{ count|intcomma }} + {% spaceless %} + + ● {{ award.name }} + + {% ifnotequal count 1 %} + × {{ count|intcomma }} + {% endifnotequal %} {% if forloop.counter|divisibleby:"6" %} |
{% endif %} + {% endspaceless %} {% endfor %} |