summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/message_posted.rhtml
blob: 10b46c41e75f21ba37d8650f048e8cc914a0ea4e (plain)
1
2
3
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 %>