annotate app/views/mailer/document_added.text.html.rhtml @ 863:818ff422eece bug_168

Close obsolete branch bug_168
author Chris Cannam
date Tue, 07 Jun 2011 10:56:57 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 <%= link_to(h(@document.title), @document_url) %> (<%=h @document.category.name %>)<br />
Chris@0 2 <br />
Chris@0 3 <%= textilizable(@document, :description, :only_path => false) %>