short mentions should have full title (#396)

quick fixup to #395
This commit is contained in:
Nolan Lawson 2018-06-15 09:20:55 -07:00 committed by GitHub
parent f7ebfbf139
commit b2568dbbda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
 
{/if}
<a href="/accounts/{mention.id}"
title="@{mention.username}"
title="@{mention.acct}"
focus-key="status-mention-link-{uuid}-{mention.id}">
@{mention.username}
</a>