diff options
Diffstat (limited to 'app/views/mailer/message_posted.rhtml')
-rw-r--r-- | app/views/mailer/message_posted.rhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/mailer/message_posted.rhtml b/app/views/mailer/message_posted.rhtml new file mode 100644 index 000000000..10b46c41e --- /dev/null +++ b/app/views/mailer/message_posted.rhtml @@ -0,0 +1,4 @@ +<%= l(:field_author) %>: <%= @message.author.name %> +<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'messages', :action => 'show', :board_id => @message.board_id, :id => @message.root %> + +<%= @message.content %> |