annotate app/views/common/_preview.html.erb @ 1327:287f201c2802 redmine-2.2-integration

Add italic
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 19 Jun 2013 20:56:22 +0100
parents c6c2cbd0afee
children 622f24f53b42
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>