socialforge/app/views/mailer/message_posted.html.erb

5 lines
221 B
Plaintext
Raw Normal View History

2013-08-01 10:33:49 +08:00
<h1><%=h @message.board.project.name %> - <%=h @message.board.name %>: <%= link_to(h(@message.subject), @message_url) %></h1>
<em><%=h @message.author %></em>
<%= textilizable(@message, :content, :only_path => false) %>