about summary refs log tree commit diff
path: root/app/views/notification_mailer/mention.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notification_mailer/mention.text.erb')
-rw-r--r--app/views/notification_mailer/mention.text.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/notification_mailer/mention.text.erb b/app/views/notification_mailer/mention.text.erb
index 31a294bb9..c0d4be1d8 100644
--- a/app/views/notification_mailer/mention.text.erb
+++ b/app/views/notification_mailer/mention.text.erb
@@ -1,5 +1,5 @@
 <%= display_name(@me) %>,
 
-<%= t('notification_mailer.mention.body', name: @status.account.acct) %>
+<%= raw t('notification_mailer.mention.body', name: @status.account.acct) %>
 
-<%= render partial: 'status' %>
+<%= render partial: 'status', locals: { status: @status } %>