annotate app/views/previews/issue.html.erb @ 1115:433d4f72a19b redmine-2.2

Update to Redmine SVN revision 11137 on 2.2-stable branch
author Chris Cannam
date Mon, 07 Jan 2013 12:01:42 +0000
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 %>