diff options
Diffstat (limited to 'app/views/mailer/issue_edit.html.erb')
-rw-r--r-- | app/views/mailer/issue_edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/issue_edit.html.erb b/app/views/mailer/issue_edit.html.erb index 07288e379..da406f999 100644 --- a/app/views/mailer/issue_edit.html.erb +++ b/app/views/mailer/issue_edit.html.erb @@ -6,6 +6,6 @@ <% end %> </ul> -<%= textilizable(@journal, :notes, :only_path => false) %> +<%= textilizable(@journal, :notes) %> <hr /> <%= render :partial => "issue.html.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %> |