Redmine/app/views/mailer/document_added.text.html.rhtml
2007-10-12 18:04:56 +00:00

5 lines
234 B
Plaintext

<%= link_to @document.title, :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
(<%= @document.category.name %>)<br />
<br />
<%= textilizable(@document.description) %>