annotate app/views/previews/issue.html.erb @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents cbb26bc654de
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 %>