Mercurial > hg > soundsoftware-site
comparison app/views/mailer/wiki_content_added.html.erb @ 1115:433d4f72a19b redmine-2.2
Update to Redmine SVN revision 11137 on 2.2-stable branch
author | Chris Cannam |
---|---|
date | Mon, 07 Jan 2013 12:01:42 +0000 |
parents | cbb26bc654de |
children |
comparison
equal
deleted
inserted
replaced
929:5f33065ddc4b | 1115:433d4f72a19b |
---|---|
1 <p><%= l(:mail_body_wiki_content_added, :id => link_to(h(@wiki_content.page.pretty_title), @wiki_content_url), | 1 <p><%= l(:mail_body_wiki_content_added, :id => link_to(h(@wiki_content.page.pretty_title), @wiki_content_url), |
2 :author => h(@wiki_content.author)) %><br /> | 2 :author => h(@wiki_content.author)).html_safe %><br /> |
3 <em><%=h @wiki_content.comments %></em></p> | 3 <em><%=h @wiki_content.comments %></em></p> |