about summary refs log tree commit diff
path: root/app/views/statuses/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/statuses/show.html.haml')
-rw-r--r--app/views/statuses/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/statuses/show.html.haml b/app/views/statuses/show.html.haml
index 0f22d106b..873df7fbd 100644
--- a/app/views/statuses/show.html.haml
+++ b/app/views/statuses/show.html.haml
@@ -10,7 +10,7 @@
 
   = opengraph 'og:site_name', site_title
   = opengraph 'og:type', 'article'
-  = opengraph 'og:title', "#{display_name(@account)} (@#{@account.local_username_and_domain})"
+  = opengraph 'og:title', "#{display_name(@account)} (#{acct(@account)})"
   = opengraph 'og:url', short_account_status_url(@account, @status)
 
   = render 'og_description', activity: @status