<% if @notes %>
<%= l(:field_notes) %>
<%= textilizable @notes, :attachments => @attachments, :object => @issue %>
<% end %> <% if @description %>
<%= l(:field_description) %>
<%= textilizable @description, :attachments => @attachments, :object => @issue %>
<% end %>