X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/410bfa05ee36ed1d99356c443a5f3f6aa3ee9578..4bbb2156110a75e84ef95ee28ba31490d986b870:/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 adc6e12..bcc2f52 100644 --- a/forum/skins/default/templates/users/stats.html +++ b/forum/skins/default/templates/users/stats.html @@ -6,40 +6,49 @@ {% 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 %} |