mirror of
https://github.com/nolanlawson/pinafore
synced 2025-02-02 14:56:48 +01:00
status mentions should use short usernames (#395)
This commit is contained in:
parent
b7748d849b
commit
f7ebfbf139
@ -6,9 +6,9 @@
|
||||
|
||||
{/if}
|
||||
<a href="/accounts/{mention.id}"
|
||||
title="@{mention.acct}"
|
||||
title="@{mention.username}"
|
||||
focus-key="status-mention-link-{uuid}-{mention.id}">
|
||||
@{mention.acct}
|
||||
@{mention.username}
|
||||
</a>
|
||||
{/each}
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user