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

4 lines
125 B
Plaintext
Raw Normal View History

<h1><%= link_to(h(@forum.name), @forum_url) %></h1>
<em><%=h @forum.creator.name %></em>
<%= @forum.description.html_safe %>