status mentions should use short usernames (#395)

This commit is contained in:
Nolan Lawson 2018-06-15 07:58:12 -07:00 committed by GitHub
parent b7748d849b
commit f7ebfbf139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>