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