view app/views/mailer/message_posted.text.html.rhtml @ 744:0c23dd3d0b71 cannam

Merge from branch "bug_320"
author Chris Cannam
date Tue, 08 Nov 2011 14:20:40 +0000
parents 513646585e45
children
line wrap: on
line source
<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) %>