diff options
Diffstat (limited to 'app/views/mailer/issue_edit.html.erb')
-rw-r--r-- | app/views/mailer/issue_edit.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/mailer/issue_edit.html.erb b/app/views/mailer/issue_edit.html.erb index da406f999..3aac5e44f 100644 --- a/app/views/mailer/issue_edit.html.erb +++ b/app/views/mailer/issue_edit.html.erb @@ -1,11 +1,11 @@ <%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %> <ul> -<% details_to_strings(@journal.details).each do |string| %> +<% details_to_strings(@journal.details, false, :only_path => false).each do |string| %> <li><%= string %></li> <% end %> </ul> -<%= textilizable(@journal, :notes) %> +<%= textilizable(@journal, :notes, :only_path => false) %> <hr /> <%= render :partial => "issue.html.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %> |