summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/document_add.rhtml
blob: dfd51d3591fa8e59e06fe4e051e683cd4767c2b5 (plain)
1
2
3
4
A document has been added to <%= @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 %>