diff options
Diffstat (limited to 'app/views/mailer/document_add_pt.rhtml')
-rw-r--r-- | app/views/mailer/document_add_pt.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/document_add_pt.rhtml b/app/views/mailer/document_add_pt.rhtml index 3ea2f97be..00ee0bb96 100644 --- a/app/views/mailer/document_add_pt.rhtml +++ b/app/views/mailer/document_add_pt.rhtml @@ -1,4 +1,4 @@ Um documento foi adicionado no projeto <%= @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 +<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %> |