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