2007-11-04 10:43:39 +00:00
|
|
|
<h1><%=h @message.board.project.name %> - <%=h @message.board.name %>: <%= link_to @message.subject, @message_url %></h1>
|
2007-11-26 18:47:49 +00:00
|
|
|
<em><%= @message.author %></em>
|
2007-10-21 14:10:07 +00:00
|
|
|
|
2008-02-17 14:17:20 +00:00
|
|
|
<%= textilizable(@message, :content, :only_path => false) %>
|