summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/_issue.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/_issue.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/_issue.html.erb')
-rw-r--r--app/views/mailer/_issue.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/_issue.html.erb b/app/views/mailer/_issue.html.erb
index c649e44c9..3d851d442 100644
--- a/app/views/mailer/_issue.html.erb
+++ b/app/views/mailer/_issue.html.erb
@@ -12,4 +12,4 @@
<% end %>
</ul>
-<%= textilizable(issue, :description) %>
+<%= textilizable(issue, :description, :only_path => false) %>