You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

wiki_content_updated.html.erb 338B

123456
  1. <p><%= l(:mail_body_wiki_content_updated, :id => link_to(@wiki_content.page.pretty_title, @wiki_content_url),
  2. :author => h(@wiki_content.author)).html_safe %><br />
  3. <em><%= @wiki_content.comments %></em></p>
  4. <p><%= l(:label_view_diff) %>:<br />
  5. <%= link_to @wiki_diff_url, @wiki_diff_url %></p>