We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81dcd42 + 3a634d2 commit 5cead4cCopy full SHA for 5cead4c
src/web/templates/statistics_all_time_counters.html
@@ -29,7 +29,9 @@
29
<article>
30
<header>{% translate "Editors" %}</header>
31
<b style="font-size: 1.5em;" {% if loading %}aria-busy="true"{% endif %}>{{ editors }}</b>
32
- {% if username %}<br><span style="font-size: 0.7em;">Hey, it's you!<span>{% endif %}
+ {% if username %}<br><span style="font-size: 0.7em;">
33
+ Hey, it's {% if user.username == username %}you!{% else %}{{ username }}!{% endif %}
34
+ <span>{% endif %}
35
</article>
36
37
0 commit comments