blob: d91ce5a0418280ed9012c8e9feeeb60f16b20033 (
plain)
1
2
3
4
|
<h1><%=h @message.board.project.name %> - <%=h @message.board.name %>: <%= link_to @message.subject, @message_url %></h1>
<em><%= @message.author %></em>
<%= textilizable(@message, :content, :only_path => false) %>
|