summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/message_posted.text.html.rhtml
blob: 89346e724a8937fa12a66b7c6b4db3949ec54caa (plain)
1
2
3
4
5
6
<%=h @message.board.project.name %> - <%=h @message.board.name %>: <%= link_to @message.subject, :only_path => false, :host => Setting.host_name, :controller => 'messages', :action => 'show', :board_id => @message.board_id, :id => @message.root %><br />
<em><%= @message.author.name %></em>

<%= textilizable @message.content %>
<hr />
<small><em><%= textilizable Setting.emails_footer %></em></small>