summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/issue_edit.html.erb
diff options
context:
space:
mode:
authorEtienne Massip <etienne.massip@gmail.com>2012-02-27 18:42:03 +0000
committerEtienne Massip <etienne.massip@gmail.com>2012-02-27 18:42:03 +0000
commit7056649a4be931a315fd4b4ad2be79ed8b9850e4 (patch)
treeec65c08fa6a4610982df49f58b3386c90321d1d4 /app/views/mailer/issue_edit.html.erb
parent81554eae5af19154f75f6d0ccf33c3619b8ae50e (diff)
downloadredmine-7056649a4be931a315fd4b4ad2be79ed8b9850e4.tar.gz
redmine-7056649a4be931a315fd4b4ad2be79ed8b9850e4.zip
Override @#url_for@ in AM to force generation of absolute links (#10251).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9022 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer/issue_edit.html.erb')
-rw-r--r--app/views/mailer/issue_edit.html.erb2
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 } %>