summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/message_posted.text.plain.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mailer/message_posted.text.plain.rhtml')
-rw-r--r--app/views/mailer/message_posted.text.plain.rhtml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/mailer/message_posted.text.plain.rhtml b/app/views/mailer/message_posted.text.plain.rhtml
index 97539fd01..cc1120567 100644
--- a/app/views/mailer/message_posted.text.plain.rhtml
+++ b/app/views/mailer/message_posted.text.plain.rhtml
@@ -1,6 +1,4 @@
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'messages', :action => 'show', :board_id => @message.board_id, :id => @message.root %>
+<%= @message_url %>
<%= @message.author.name %>
<%= @message.content %>
-----------------------------------------
-<%= Setting.emails_footer %>