diff options
Diffstat (limited to 'app/views/mailer/document_add_fr.rhtml')
-rw-r--r-- | app/views/mailer/document_add_fr.rhtml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/mailer/document_add_fr.rhtml b/app/views/mailer/document_add_fr.rhtml deleted file mode 100644 index 333ae5c92..000000000 --- a/app/views/mailer/document_add_fr.rhtml +++ /dev/null @@ -1,4 +0,0 @@ -Un document a été ajouté à <%= @document.project.name %> (<%= @document.category.name %>): -<%= l(:field_title) %>: <%= @document.title %> - -<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %> |