summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/document_added.html.erb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-02-27 20:43:25 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-02-27 20:43:25 +0000
commite6b9ddad18fb78b7dd17e9f422c9467ec14faa74 (patch)
treebc179795b9bc8ec802b9ac5e549ab3284b1f3642 /app/views/mailer/document_added.html.erb
parent7056649a4be931a315fd4b4ad2be79ed8b9850e4 (diff)
downloadredmine-e6b9ddad18fb78b7dd17e9f422c9467ec14faa74.tar.gz
redmine-e6b9ddad18fb78b7dd17e9f422c9467ec14faa74.zip
Mailer#url_for not called in views with Rails 3.1.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9023 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer/document_added.html.erb')
-rw-r--r--app/views/mailer/document_added.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/document_added.html.erb b/app/views/mailer/document_added.html.erb
index be18e400d..8606dd784 100644
--- a/app/views/mailer/document_added.html.erb
+++ b/app/views/mailer/document_added.html.erb
@@ -1,3 +1,3 @@
<%= link_to(h(@document.title), @document_url) %> (<%=h @document.category.name %>)<br />
<br />
-<%= textilizable(@document, :description) %>
+<%= textilizable(@document, :description, :only_path => false) %>