aboutsummaryrefslogtreecommitdiff
path: root/templates/userlist.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-09-22 15:42:16 +0000
committerr <r@freesoftwareextremist.com>2020-09-22 16:35:50 +0000
commit5478b344796798e6aadd5554007f4ee85c347ebc (patch)
tree13688b60c14918cc5405521cc74efa99a6af52ed /templates/userlist.tmpl
parentc753a74f49466d155fa432001f4c4aab53bb718f (diff)
downloadbloat-5478b344796798e6aadd5554007f4ee85c347ebc.tar.gz
bloat-5478b344796798e6aadd5554007f4ee85c347ebc.zip
Use '@' prefix for all usernames
Diffstat (limited to 'templates/userlist.tmpl')
-rw-r--r--templates/userlist.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/userlist.tmpl b/templates/userlist.tmpl
index 0a44202..52ef83e 100644
--- a/templates/userlist.tmpl
+++ b/templates/userlist.tmpl
@@ -4,13 +4,13 @@
<div class="user-list-item">
<div>
<a class="img-link" href="/user/{{.ID}}">
- <img class="status-profile-img" src="{{.AvatarStatic}}" title="{{.Acct}}" alt="avatar" height="48" />
+ <img class="status-profile-img" src="{{.AvatarStatic}}" title="@{{.Acct}}" alt="avatar" height="48" />
</a>
</div>
<div>
<div class="status-dname"> {{EmojiFilter .DisplayName .Emojis}} </div>
<a class="img-link" href="/user/{{.ID}}">
- <div class="status-uname"> {{.Acct}} </div>
+ <div class="status-uname"> @{{.Acct}} </div>
</a>
</div>
</div>