summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/wiki_content_updated.html.erb
blob: f1f3857bd962cd3cd2ac93ffd957e4f83eb61e39 (plain)
1
2
3
4
5
6
<p><%= l(:mail_body_wiki_content_updated, :id => link_to(h(@wiki_content.page.pretty_title), @wiki_content_url),
                                          :author => h(@wiki_content.author)).html_safe %><br />
<em><%=h @wiki_content.comments %></em></p>

<p><%= l(:label_view_diff) %>:<br />
<%= link_to h(@wiki_diff_url), @wiki_diff_url %></p>