diff options
Diffstat (limited to 'app/views/mailer/document_added.html.erb')
-rw-r--r-- | app/views/mailer/document_added.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/mailer/document_added.html.erb b/app/views/mailer/document_added.html.erb new file mode 100644 index 000000000..8606dd784 --- /dev/null +++ b/app/views/mailer/document_added.html.erb @@ -0,0 +1,3 @@ +<%= link_to(h(@document.title), @document_url) %> (<%=h @document.category.name %>)<br /> +<br /> +<%= textilizable(@document, :description, :only_path => false) %> |