X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/b8f3a2323d03384198863e35d6467a8624a2e31a..13bee2f2e6aea2d936909861f3ab60bb09821a60:/forum/skins/default/templates/node/contributors_info.html diff --git a/forum/skins/default/templates/node/contributors_info.html b/forum/skins/default/templates/node/contributors_info.html index 54e0bbe..3ed461b 100644 --- a/forum/skins/default/templates/node/contributors_info.html +++ b/forum/skins/default/templates/node/contributors_info.html @@ -1,15 +1,15 @@ {% load extra_tags %} -
+

{{ node_verb }} {% diff_date node.added_at %}

{% gravatar node.author 32 %} -

{{ node.author.username }}
+

{{ node.author.decorated_name }}
{% get_score_badge node.author %}

{% if node.last_edited %} -
+

{{ node.last_edited.verb }} @@ -18,7 +18,7 @@

{% ifnotequal node.author node.last_edited.by %} {% gravatar node.last_edited.by 32 %} -

{{ node.last_edited.by.username }}
+

{{ node.last_edited.by.decorated_name }}
{% get_score_badge node.last_edited.by %}

{% endifnotequal %}