blob: 2ca0c1eaa902b1b2a4c849ec9278800831a5a7dd (
plain)
1
2
3
4
|
Ett dokument har lagts till i <%= @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 %>
|