aboutsummaryrefslogtreecommitdiff
path: root/templates/status.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/status.tmpl
parentc753a74f49466d155fa432001f4c4aab53bb718f (diff)
downloadbloat-5478b344796798e6aadd5554007f4ee85c347ebc.tar.gz
bloat-5478b344796798e6aadd5554007f4ee85c347ebc.zip
Use '@' prefix for all usernames
Diffstat (limited to 'templates/status.tmpl')
-rw-r--r--templates/status.tmpl11
1 files changed, 7 insertions, 4 deletions
diff --git a/templates/status.tmpl b/templates/status.tmpl
index 7d510e2..1e3d514 100644
--- a/templates/status.tmpl
+++ b/templates/status.tmpl
@@ -3,9 +3,12 @@
{{if .Reblog}}
<div class="retweet-info">
<a class="img-link" href="/user/{{.Account.ID}}">
- <img class="status-profile-img" src="{{.Account.AvatarStatic}}" title="{{.Account.Acct}}" alt="avatar" height="24" />
+ <img class="status-profile-img" src="{{.Account.AvatarStatic}}" title="@{{.Account.Acct}}" alt="avatar" height="24" />
</a>
<span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
+ <a href="/user/{{.Account.ID}}">
+ <span class="status-uname"> @{{.Account.Acct}} </span>
+ </a>
retweeted
</div>
{{template "status" (WithContext .Reblog $.Ctx)}}
@@ -15,14 +18,14 @@
<div class="status-container status-{{.ID}}" data-id="{{.ID}}">
<div class="status-profile-img-container">
<a class="img-link" href="/user/{{.Account.ID}}">
- <img class="status-profile-img" src="{{.Account.AvatarStatic}}" title="{{.Account.Acct}}" alt="avatar" height="48" />
+ <img class="status-profile-img" src="{{.Account.AvatarStatic}}" title="@{{.Account.Acct}}" alt="avatar" height="48" />
</a>
</div>
<div class="status">
<div class="status-name">
<span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
<a href="/user/{{.Account.ID}}">
- <span class="status-uname"> {{.Account.Acct}} </span>
+ <span class="status-uname"> @{{.Account.Acct}} </span>
</a>
<div class="more-container">
<div class="remote-link">
@@ -56,7 +59,7 @@
{{if .InReplyToID}}
<div class="status-reply-to">
<a class="status-reply-to-link" href="{{if not .ShowReplies}}/thread/{{.InReplyToID}}{{end}}#status-{{.InReplyToID}}">
- in reply to {{if .IDNumbers}}#{{index .IDNumbers .InReplyToID}}{{end}} {{if .Pleroma.InReplyToAccountAcct}}{{.Pleroma.InReplyToAccountAcct}}{{else if not .IDNumbers}}{{.InReplyToID}}{{end}}
+ in reply to {{if .IDNumbers}}#{{index .IDNumbers .InReplyToID}}{{end}} {{if .Pleroma.InReplyToAccountAcct}}@{{.Pleroma.InReplyToAccountAcct}}{{else if not .IDNumbers}}{{.InReplyToID}}{{end}}
</a>
</div>
{{if index .IDReplies .ID}} <span class="status-reply-info-divider"> - </span> {{end}}