annotate app/views/previews/issue.html.erb @ 1022:f2ec92061fca browsing

Merge from live branch
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 13 Nov 2012 10:35:40 +0000
parents cbb26bc654de
children 622f24f53b42
rev   line source
Chris@14 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@14 5 <% end %>
Chris@14 6
Chris@14 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@14 11 <% end %>