Mercurial > hg > soundsoftware-site
view .svn/pristine/48/480105a11c0f3afc8905880402d1c48e924f0c70.svn-base @ 1368:987e71e73116 bibliography_testing
Setup of testing framework for the bibliography plugin.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 20 Aug 2013 18:00:06 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
<% if @notes %> <fieldset class="preview"><legend><%= l(:field_notes) %></legend> <%= textilizable @notes, :attachments => @attachements, :object => @issue %> </fieldset> <% end %> <% if @description %> <fieldset class="preview"><legend><%= l(:field_description) %></legend> <%= textilizable @description, :attachments => @attachements, :object => @issue %> </fieldset> <% end %>