annotate .svn/pristine/48/480105a11c0f3afc8905880402d1c48e924f0c70.svn-base @ 1169:492ff72268e3 bug_521

Close obsolete branch bug_521
author Chris Cannam
date Thu, 18 Oct 2012 10:42:48 +0100
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 %>