annotate app/views/previews/issue.html.erb @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
rev   line source
Chris@14 1 <% if @notes %>
Chris@909 2 <fieldset class="preview"><legend><%= l(:field_notes) %></legend>
Chris@1295 3 <%= textilizable @notes, :attachments => @attachments, :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@1295 9 <%= textilizable @description, :attachments => @attachments, :object => @issue %>
Chris@909 10 </fieldset>
Chris@14 11 <% end %>