2010-03-28 19:17:46 +04:00
|
|
|
<% if @notes %>
|
2011-09-18 06:46:42 +04:00
|
|
|
<fieldset class="preview"><legend><%= l(:field_notes) %></legend>
|
|
|
|
<%= textilizable @notes, :attachments => @attachements, :object => @issue %>
|
|
|
|
</fieldset>
|
2010-03-28 19:17:46 +04:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% if @description %>
|
2011-09-18 06:46:42 +04:00
|
|
|
<fieldset class="preview"><legend><%= l(:field_description) %></legend>
|
|
|
|
<%= textilizable @description, :attachments => @attachements, :object => @issue %>
|
|
|
|
</fieldset>
|
2010-03-28 19:17:46 +04:00
|
|
|
<% end %>
|