##// END OF EJS Templates
Backported r13560 and r13569 (#18280)....
Backported r13560 and r13569 (#18280). git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13631 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8903:e6b9ddad18fb
r13249:cc2d5f61ab06
Show More
message_posted.html.erb
4 lines | 221 B | text/plain | TextLexer
/ app / views / mailer / message_posted.html.erb
<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) %>