##// END OF EJS Templates
Removes #move_to= (#12909)....
Removes #move_to= (#12909). git-svn-id: http://svn.redmine.org/redmine/trunk@15339 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13661:b778c51e9049
r14957:39ff11ba06a7
Show More
wiki_content_updated.html.erb
6 lines | 338 B | text/plain | TextLexer
/ app / views / mailer / wiki_content_updated.html.erb
Jean-Philippe Lang
Removed unneeded #h calls in views....
r13661 <p><%= l(:mail_body_wiki_content_updated, :id => link_to(@wiki_content.page.pretty_title, @wiki_content_url),
Jean-Philippe Lang
Fixed: Link is escaped in wiki added/updated notification email (#11262)....
r9713 :author => h(@wiki_content.author)).html_safe %><br />
Jean-Philippe Lang
Removed unneeded #h calls in views....
r13661 <em><%= @wiki_content.comments %></em></p>
Jean-Philippe Lang
Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings....
r2650
<p><%= l(:label_view_diff) %>:<br />
Jean-Philippe Lang
Removed unneeded #h calls in views....
r13661 <%= link_to @wiki_diff_url, @wiki_diff_url %></p>