about summary refs log tree commit diff
path: root/app/views/notification_mailer/_status.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notification_mailer/_status.text.erb')
-rw-r--r--app/views/notification_mailer/_status.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notification_mailer/_status.text.erb b/app/views/notification_mailer/_status.text.erb
index 24c154364..b089a7b73 100644
--- a/app/views/notification_mailer/_status.text.erb
+++ b/app/views/notification_mailer/_status.text.erb
@@ -1,3 +1,3 @@
 <%= strip_tags(@status.content) %>
 
-<%= TagManager.instance.url_for(@status) %>
+<%= web_url("statuses/#{@status.id}") %>