socialforge/app/views/mailer/forum_message_added.html.erb

4 lines
119 B
Plaintext

<h1><%= link_to(h(@memo.subject), @memo_url) %></h1>
<em><%=h @memo.author.name %></em>
<%= @memo.content.html_safe %>