document_add_it.rhtml
4 lines
| 273 B
| text/html+ruby
|
RhtmlLexer
|
r331 | Un documento e' stato aggiunto a <%= @document.project.name %> (<%= @document.category.name %>): | ||
<%= l(:field_title) %>: <%= @document.title %> | ||||
|
r635 | <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %> | ||