summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/message_posted.html.erb
blob: 3401b181636e6575421bd04aa2e4bec1d9b2d241 (plain)
1
2
3
4
<h1><%= @message.board.project.name %> - <%= @message.board.name %>: <%= link_to(@message.subject, @message_url) %></h1>
<em><%= @message.author %></em>

<%= textilizable(@message, :content, :only_path => false) %>