annotate app/views/common/_preview.rhtml @ 764:3e39fb084fa1 cannam

Merge from branch feature_14
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 11 Nov 2011 17:27:00 +0000
parents 513646585e45
children
rev   line source
Chris@0 1 <fieldset class="preview"><legend><%= l(:label_preview) %></legend>
Chris@0 2 <%= textilizable @text, :attachments => @attachements, :object => @previewed %>
Chris@0 3 </fieldset>