<%= link_to h(@board.name), :controller => 'boards', :action => 'show', :project_id => @project, :id => @board %> » <%=h @message.subject %>

<%= authoring @message.created_on, @message.author %>

<%= textilizable(@message.content, :attachments => @message.attachments) %>
<%= link_to_attachments @message.attachments, :no_author => true %>

<%= l(:label_reply_plural) %>

<% @message.children.each do |message| %> ">

<%=h message.subject %> - <%= message.author.name %>, <%= format_time(message.created_on) %>

<%= textilizable message.content %>
<% end %> <% if authorize_for('messages', 'reply') %>

<%= toggle_link l(:button_reply), "reply", :focus => "reply_content" %>

<% end %>