annotate app/views/mailer/document_added.html.erb @ 1384:b51b5ae3734c luisf

Merge
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 20 Sep 2013 19:04:25 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 <%= link_to(h(@document.title), @document_url) %> (<%=h @document.category.name %>)<br />
Chris@909 2 <br />
Chris@909 3 <%= textilizable(@document, :description, :only_path => false) %>