annotate app/views/previews/issue.html.erb @ 929:5f33065ddc4b redmine-1.3

Update to Redmine SVN rev 9414 on 1.3-stable branch
author Chris Cannam
date Wed, 27 Jun 2012 14:54:18 +0100
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 %>