annotate .svn/pristine/48/480105a11c0f3afc8905880402d1c48e924f0c70.svn-base @ 1058:5afaa9c17891 bibplugin_bibtex_display

Using the bibplugin_integration branch from now on.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 19 Nov 2012 19:01:01 +0000
parents cbb26bc654de
children
rev   line source
Chris@909 1 <% if @notes %>
Chris@909 2 <fieldset class="preview"><legend><%= l(:field_notes) %></legend>
Chris@909 3 <%= textilizable @notes, :attachments => @attachements, :object => @issue %>
Chris@909 4 </fieldset>
Chris@909 5 <% end %>
Chris@909 6
Chris@909 7 <% if @description %>
Chris@909 8 <fieldset class="preview"><legend><%= l(:field_description) %></legend>
Chris@909 9 <%= textilizable @description, :attachments => @attachements, :object => @issue %>
Chris@909 10 </fieldset>
Chris@909 11 <% end %>