diff options
Diffstat (limited to 'app/views/mailer/document_add_de.rhtml')
-rw-r--r-- | app/views/mailer/document_add_de.rhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/mailer/document_add_de.rhtml b/app/views/mailer/document_add_de.rhtml new file mode 100644 index 000000000..a022829a7 --- /dev/null +++ b/app/views/mailer/document_add_de.rhtml @@ -0,0 +1,4 @@ +A document has been added to <%= @document.project.name %> (<%= @document.category.name %>):
+<%= l(:field_title) %>: <%= @document.title %>
+
+http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
\ No newline at end of file |