blob: f43a8cf0f23a47c5e8797bfc5e213b2663e8a745 (
plain)
1
2
3
4
|
<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) %>
|