diff options
Diffstat (limited to 'app/views/mailer/_issue.html.erb')
-rw-r--r-- | app/views/mailer/_issue.html.erb | 2 |
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) %> |